From 151158528111b2738326797addea32684e5cf09f Mon Sep 17 00:00:00 2001 From: Stephen Sykes Date: Thu, 5 Mar 2015 21:21:20 +0200 Subject: [PATCH] Doc proxy argument --- README.textile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.textile b/README.textile index c38e608..5df88f7 100644 --- a/README.textile +++ b/README.textile @@ -26,7 +26,7 @@ instance an IO object if that is passed instead of a URI. FastImage will follow up to 4 HTTP redirects to get the image. -FastImage will obey the http_proxy setting in your environment to route requests via a proxy. +FastImage will obey the http_proxy setting in your environment to route requests via a proxy. You can also pass a :proxy argument if you want to specify the proxy address in the call. You can add a timeout to the request which will limit the request time by passing :timeout => number_of_seconds. @@ -142,4 +142,5 @@ Pull requests and suggestions are always welcome. Thanks to all the contributors * @muffinista * @marcandre * @apanzerj +* @forresty