[fix doc] Fix bad variable reference in README.md.

This commit is contained in:
indexzero 2013-03-09 01:36:57 -05:00
parent ba65a485fc
commit 440013c263

View File

@ -482,7 +482,7 @@ server.on('upgrade', function(req, socket, head) {
// //
// Put your custom server logic here // Put your custom server logic here
// //
proxy.proxyWebSocketRequest(req, socket, head, { server.proxy.proxyWebSocketRequest(req, socket, head, {
host: 'localhost', host: 'localhost',
port: 9000 port: 9000
}); });