From f6792e150d2c931bd9d8e42be0153fbdb336e951 Mon Sep 17 00:00:00 2001 From: Samuel Kadolph Date: Thu, 9 Jun 2011 08:46:31 -0700 Subject: [PATCH] Fixed typo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1eac2f..1e5f349 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ This gem was created for 2 purposes. First is to enable ruby programmers to use HTTP or SOCKS proxies interchangeably when using TCPSockets. Either manually with `Sockets::Proxy#open` or by `require "sockets/env"`. -The second purpose is use ruby code that doesn't consider a proxy 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. +The second purpose is to use ruby code that doesn't consider a proxy 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. ## Usage