diff --git a/README.md b/README.md index 640612e..197abf3 100644 --- a/README.md +++ b/README.md @@ -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';