From 23f19bddf21edad0b78e1a284191b911115e271e Mon Sep 17 00:00:00 2001 From: Morten Rugaard Date: Wed, 8 Jun 2016 09:15:42 +0000 Subject: [PATCH] Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdc0716..7ac0975 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ To install this package you will need: You must then modify your `composer.json` file and run `composer update` to include the latest version of the package in your project. -``` +```json "require": { "nodes/counter-cache": "^1.0" } @@ -43,7 +43,7 @@ You must then modify your `composer.json` file and run `composer update` to incl Or you can run the composer require command from your terminal. -``` +```bash composer require nodes/counter-cache:^1.0 ```