From 30d9b858a5926c2eb0bbf01d597de980df0dfe09 Mon Sep 17 00:00:00 2001 From: Marco Palladino Date: Mon, 29 Apr 2013 11:19:52 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd3fa62..20af200 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ Documentation ### Installing Download the PHP library from Github, and require in your script like so: -`require_once './lib/Unirest/Unirest.php';` +```php +require_once './lib/Unirest/Unirest.php'; +``` #### Using Composer