Update README.md (#1131)

Update link to properties
This commit is contained in:
Elad Ben-Israel 2017-01-11 12:53:05 -08:00 committed by Jarrett Cruger
parent e6f24ba617
commit c979ba9f2c

View File

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