From 002c175cd1b1fcebad9443f2dfe2f80f15590bb8 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Thu, 5 Feb 2015 11:41:42 -0500 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91e5721..ca205d4 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ you can also set the proxy type to be one of `CURLPROXY_HTTP`, `CURLPROXY_HTTP_1 Unirest\Request::proxy('10.10.10.1'); // custom port and proxy type -Unirest\Request::proxy('10.10.10.1', 8080, CURLPROXY_HTTP)l +Unirest\Request::proxy('10.10.10.1', 8080, CURLPROXY_HTTP); // enable tunneling Unirest\Request::proxy('10.10.10.1', 8080, CURLPROXY_HTTP, true);