Fix doc: option lines

This commit is contained in:
྅༻ Ǭɀħ ༄༆ཉ 2014-02-05 15:03:36 +01:00
parent 4bdc3e4f45
commit 80f645c7c0

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');