Skip to content

Commit 820fc59

Browse files
author
Kyle Hayes
committed
Update README
For clarity
1 parent f345a1a commit 820fc59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ var proxy = httpProxy.createProxyServer(options); // See (†)
6262
```
6363
†Unless listen(..) is invoked on the object, this does not create a webserver. See below.
6464

65-
An object will be returned with four values:
65+
An object will be returned with four methods:
6666

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

0 commit comments

Comments
 (0)