From 7f0505d4888cb8cd0a50085ffccccad627ce1100 Mon Sep 17 00:00:00 2001 From: thefosk Date: Tue, 22 Oct 2013 10:54:16 -0700 Subject: [PATCH] fix --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 237e340..56dfe4a 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,11 @@ Unirest is a set of lightweight HTTP libraries available in multiple languages. -<<<<<<< HEAD Documentation ------------------- ### Installing Unirest-PHP required `PHP v5.3+`. Download the PHP library from Github, and require in your script like so: -======= -## Installing -Download the `PHP` library from Github, and require in your script like so: ->>>>>>> 0701ed4896e3e47643dfc3fbb93a97780cde8978 ```php require_once './lib/Unirest.php';