changed highlighted part - very minor

This commit is contained in:
PanManAms 2014-12-20 15:40:46 +01:00
parent c82c9ece8a
commit 32aa10dfe2

View File

@ -23,7 +23,7 @@ proxies and load balancers.
### 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#L34-L51)) an `options` object as argument ([valid properties are available here](lib/http-proxy.js#L33-L50))
```javascript ```javascript
var httpProxy = require('http-proxy'); var httpProxy = require('http-proxy');