Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
neeckeloo committed Aug 7, 2014
1 parent b35b05a commit c89c3ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ NewRelic module only officially supports installation through Composer. For Comp

You can install the module from command line:
```sh
$ php composer.phar require neeckeloo/newrelic:1.1.*
$ php composer.phar require neeckeloo/newrelic:1.4.*
```

Alternatively, you can also add manually the dependency in your `composer.json` file:
```json
{
"require": {
"neeckeloo/newrelic": "1.1.*"
"neeckeloo/newrelic": "1.4.*"
}
}
```
Expand Down

0 comments on commit c89c3ef

Please sign in to comment.