From d188bcbd1521b6537f5401b94245e548902ef0a2 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Wed, 14 Jan 2015 20:06:10 -0500 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 279e830..a944682 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ $response->raw_body; // Unparsed body ### File Uploads -To upload files in a multipart form representation use the return value of `Unirest::file($path)` as the value of a parameter: +To upload files in a multipart form representation use the return value of `Unirest\File::add($path)` as the value of a parameter: ```php $headers = array("Accept" => "application/json");