Highlight correct lines for createProxyServer (#1117)

This commit is contained in:
Justin Russell 2019-08-22 02:41:47 -04:00 committed by Charlie Robbins
parent acdbec09c6
commit 235f0aa047

View File

@ -45,7 +45,7 @@ Click [here](UPGRADING.md)
### Core Concept ### Core Concept
A new proxy is created by calling `createProxyServer` and passing 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 ```javascript
var httpProxy = require('http-proxy'); var httpProxy = require('http-proxy');