diff --git a/examples/http/standalone-proxy.js b/examples/http/standalone-proxy.js index e67259e9b..0c89c6cdb 100644 --- a/examples/http/standalone-proxy.js +++ b/examples/http/standalone-proxy.js @@ -51,4 +51,4 @@ http.createServer(function (req, res) { }).listen(9002); util.puts('http server '.blue + 'started '.green.bold + 'on port '.blue + '8002 '.yellow + 'with proxy.web() handler'.cyan.underline + ' and latency'.magenta); -util.puts('http server '.blue + 'started '.green.bold + 'on port '.blue + '9001 '.yellow); +util.puts('http server '.blue + 'started '.green.bold + 'on port '.blue + '9002 '.yellow);