From 729496d2898612969f5369e7f1c313cb4034f96c Mon Sep 17 00:00:00 2001 From: Myles Byrne Date: Thu, 20 Oct 2011 15:25:59 -0500 Subject: [PATCH] grammar correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1288814e5..77fc3f37e 100644 --- a/README.md +++ b/README.md @@ -358,7 +358,7 @@ server.on('upgrade', function(req, socket, head) { ### Configuring your Socket limits -By default, `node-http-proxy` will set a 100 socket limit for all `host:port` proxy targets. If you wish to change this you can two it in two ways: +By default, `node-http-proxy` will set a 100 socket limit for all `host:port` proxy targets. You can change this in two ways: 1. By passing the `maxSockets` option to `httpProxy.createServer()` 2. By calling `httpProxy.setMaxSockets(n)`, where `n` is the number of sockets you with to use.