Merge pull request #106 from Lozzano/master

Fixing current version in README.
This commit is contained in:
Ahmad Nassri
2016-04-25 10:03:29 -04:00

View File

@@ -37,7 +37,7 @@ To install unirest-php with Composer, just add the following to your `composer.j
```json ```json
{ {
"require-dev": { "require-dev": {
"mashape/unirest-php": "2.*" "mashape/unirest-php": "3.*"
} }
} }
``` ```