From f5fee2dc46b2a566600b15f154e72cae7f4181c7 Mon Sep 17 00:00:00 2001 From: thefosk Date: Wed, 8 Jan 2014 19:07:05 -0800 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9df478f..a35e297 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ To upload files in a multipart form representation use the return value of `Unir ```php $response = Unirest::post("http://httpbin.org/post", array( "Accept" => "application/json" ), array( - "file" => Unirest::file("/tmp/file.txt") + "file" => Unirest::file("/tmp/file.txt") // Tells Unirest where the file is located ) ); ```