[doc] Fix style in websockets example

This commit is contained in:
Joshua Holbrook 2012-04-03 00:36:52 -07:00
parent 4d7eaff65b
commit ed06af97ef

View File

@ -336,10 +336,11 @@ var http = require('http'),
// Create an instance of node-http-proxy
//
var proxy = new httpProxy.HttpProxy({
target: {
host: 'localhost',
port: 8000
}});
target: {
host: 'localhost',
port: 8000
}
});
var server = http.createServer(function (req, res) {
//