Skip to content

Commit

Permalink
Highlight correct lines for createProxyServer (http-party#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrussell authored and mcheshkov committed Sep 16, 2019
1 parent dc57b48 commit 8c41d0b
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 8c41d0b

Please sign in to comment.