Skip to content

Commit

Permalink
Highlight correct lines for createProxyServer (#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrussell authored and indexzero committed Aug 22, 2019
1 parent acdbec0 commit 235f0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -45,7 +45,7 @@ Click [here](UPGRADING.md)
### Core Concept

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

```javascript
var httpProxy = require('http-proxy');
Expand Down

0 comments on commit 235f0aa

Please sign in to comment.