Skip to content

Commit 332d2d7

Browse files
committed
fix syntax error in README example
1 parent 85223ea commit 332d2d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ As mentioned in the previous section, all routes passes to the ProxyTable are by
182182

183183
<pre>
184184
var options = {
185-
hostnameOnly, true,
185+
hostnameOnly: true,
186186
router: {
187187
'foo.com': '127.0.0.1:8001',
188188
'bar.com': '127.0.0.1:8002'
@@ -336,4 +336,4 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
336336
[3]: https://github.com/nodejitsu/node-http-proxy/tree/v0.5.0/examples
337337
[4]: http://www.ietf.org/rfc/rfc2616.txt
338338
[5]: http://socket.io
339-
[6]: http://github.com/nodejitsu/node-http-proxy/issues
339+
[6]: http://github.com/nodejitsu/node-http-proxy/issues

0 commit comments

Comments
 (0)