Merge pull request #4 from berniedurfee/master

Update README.md
This commit is contained in:
Samuel Kadolph 2014-06-12 12:25:15 -04:00
commit 41ead73b21
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ First is to enable ruby programmers to use HTTP or SOCKS proxies
interchangeably when using TCPSockets. Either manually with interchangeably when using TCPSockets. Either manually with
`Proxifier::Proxy#open` or by `require "proxifier/env"`. `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.<br>The pruby and pirb executables are simple wrappers for have to use proxies.<br>The pruby and pirb executables are simple wrappers for
their respective ruby executables that support proxies from environment their respective ruby executables that support proxies from environment
variables. variables.