Skip to content

Commit 80f645c

Browse files
committed
Fix doc: option lines
1 parent 4bdc3e4 commit 80f645c

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
@@ -23,7 +23,7 @@ proxies and load balancers.
2323
### Core Concept
2424

2525
A new proxy is created by calling `createProxyServer` and passing
26-
an `options` object as argument ([valid properties are available here](lib/http-proxy.js#L26-L39))
26+
an `options` object as argument ([valid properties are available here](lib/http-proxy.js#L34-L51))
2727

2828
```javascript
2929
var httpProxy = require('http-proxy');

0 commit comments

Comments
 (0)