Skip to content

Commit

Permalink
Update readme to reflect new version
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Jan 26, 2016
1 parent 94dc6ce commit 4b6a1b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -41,12 +41,12 @@ date_default_timezone_set('America/Los_Angeles');

If you're using [Composer](http://getcomposer.org/), you can simply add a
dependency on `recurly/recurly-client` to your project's `composer.json` file.
Here's an example of a dependency on 2.4:
Here's an example of a dependency on 2.5:

```json
{
"require": {
"recurly/recurly-client": "2.4.*"
"recurly/recurly-client": "2.5.*"
}
}
```
Expand Down

0 comments on commit 4b6a1b1

Please sign in to comment.