Update README.md

This commit is contained in:
Mark Palladino
2013-10-22 10:55:16 -07:00
parent 4fd82bf728
commit 6568295220

View File

@@ -3,7 +3,7 @@
Unirest is a set of lightweight HTTP libraries available in multiple languages.
### Installing
Unirest-PHP requires `PHP v5.3+`. Download the PHP library from Github, and require in your script like so:
Unirest-PHP requires PHP `v5.3+`. Download the PHP library from Github, and require in your script like so:
```php
require_once './lib/Unirest.php';