Updated README.md

This commit is contained in:
Morten Rugaard 2016-06-08 09:15:42 +00:00
parent c06591d44b
commit 23f19bddf2
1 changed files with 2 additions and 2 deletions

View File

@ -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. 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": { "require": {
"nodes/counter-cache": "^1.0" "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. Or you can run the composer require command from your terminal.
``` ```bash
composer require nodes/counter-cache:^1.0 composer require nodes/counter-cache:^1.0
``` ```