Skip to content

Commit

Permalink
[fix doc] Fix bad variable reference in README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Mar 9, 2013
1 parent ba65a48 commit 440013c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -482,7 +482,7 @@ server.on('upgrade', function(req, socket, head) {
//
// Put your custom server logic here
//
proxy.proxyWebSocketRequest(req, socket, head, {
server.proxy.proxyWebSocketRequest(req, socket, head, {
host: 'localhost',
port: 9000
});
Expand Down

0 comments on commit 440013c

Please sign in to comment.