Skip to content

Commit 8c41d0b

Browse files
jtrussellmcheshkov
authored andcommitted
Highlight correct lines for createProxyServer (http-party#1117)
1 parent dc57b48 commit 8c41d0b

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
@@ -45,7 +45,7 @@ Click [here](UPGRADING.md)
4545
### Core Concept
4646

4747
A new proxy is created by calling `createProxyServer` and passing
48-
an `options` object as argument ([valid properties are available here](lib/http-proxy.js#L22-L50))
48+
an `options` object as argument ([valid properties are available here](lib/http-proxy.js#L26-L42))
4949

5050
```javascript
5151
var httpProxy = require('http-proxy');

0 commit comments

Comments
 (0)