Skip to content

Commit

Permalink
Merge pull request #702 from shebson/fix-readme-typo
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
jcrugzz committed Sep 16, 2014
2 parents 42c35ae + 45cf95a commit 90d40d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 90d40d6

Please sign in to comment.