Merge pull request #575 from ozh/patch-2

Fix doc: option lines
This commit is contained in:
Jarrett Cruger 2014-02-05 09:42:51 -05:00
commit 81daf26a43

View File

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