From 71c5598e93042fee694f0d0a3c7e65bbc4307e1c Mon Sep 17 00:00:00 2001 From: Bernie Durfee Date: Wed, 11 Jun 2014 08:03:52 -0400 Subject: [PATCH] Update README.md Fixed typo... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 274b9af..fe5eb5f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ First is to enable ruby programmers to use HTTP or SOCKS proxies interchangeably when using TCPSockets. Either manually with `Proxifier::Proxy#open` or by `require "proxifier/env"`. -The second purpose is to use ruby code that doesn't user proxies for users that +The second purpose is to use ruby code that doesn't use proxies for users that have to use proxies.
The pruby and pirb executables are simple wrappers for their respective ruby executables that support proxies from environment variables.