Skip to content

Commit

Permalink
Merge pull request #982 from kylehayes/patch-1
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
jcrugzz committed Mar 22, 2016
2 parents f345a1a + 820fc59 commit a4b2857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -62,7 +62,7 @@ var proxy = httpProxy.createProxyServer(options); // See (†)
```
†Unless listen(..) is invoked on the object, this does not create a webserver. See below.

An object will be returned with four values:
An object will be returned with four methods:

* web `req, res, [options]` (used for proxying regular HTTP(S) requests)
* ws `req, socket, head, [options]` (used for proxying WS(S) requests)
Expand Down

0 comments on commit a4b2857

Please sign in to comment.