From 4fd82bf728a6c5a37bf01099d3379bfc2aa6a7cc Mon Sep 17 00:00:00 2001 From: Mark Palladino Date: Tue, 22 Oct 2013 10:55:02 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2f2a1d..640612e 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 required `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';