Update README.md

Fixed typo...
This commit is contained in:
Bernie Durfee 2014-06-11 08:03:52 -04:00
parent e87a95208f
commit 71c5598e93
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
`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
their respective ruby executables that support proxies from environment
variables.