[minor] missing angle bracket

This commit is contained in:
Jarrett Cruger 2014-03-26 22:48:35 -04:00
parent 07fceb7c7a
commit eca765a856

View File

@ -42,7 +42,7 @@ module.exports.createProxyServer = module.exports.createServer = function create
* ws : <true/false, if you want to proxy websockets>
* xfwd : <true/false, adds x-forward headers>
* secure : <true/false, verify SSL certificate>
* toProxy: <true/false, explicitly specify if we are proxying to another proxy
* toProxy: <true/false, explicitly specify if we are proxying to another proxy>
* localAddress : <Local interface string to bind for outgoing connections>
* }
*