From 45cf95a82e27939e4ed1be69df98b10ecd59bb3a Mon Sep 17 00:00:00 2001 From: Stephen Hebson Date: Tue, 16 Sep 2014 14:55:12 -0700 Subject: [PATCH] Fix typo in README.md "Is it then possible" -> "It is then possible" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49c6c1c..6813e6d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ An object will be returned with four values: * listen `port` (a function that wraps the object in a webserver, for your convenience) * close `[callback]` (a function that closes the inner webserver and stops listening on given port) -Is it then possible to proxy requests by calling these functions +It is then possible to proxy requests by calling these functions ```javascript http.createServer(function(req, res) {