mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
Merge pull request #702 from shebson/fix-readme-typo
Fix typo in README.md
This commit is contained in:
commit
90d40d6a6a
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user