Skip to content

Commit 235f0aa

Browse files
jtrussellindexzero
authored andcommitted
Highlight correct lines for createProxyServer (#1117)
1 parent acdbec0 commit 235f0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)