Fix typo in README.md

"Is it then possible" -> "It is then possible"
This commit is contained in:
Stephen Hebson 2014-09-16 14:55:12 -07:00
parent 42c35aedca
commit 45cf95a82e

View File

@ -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) {