Skip to content

Commit

Permalink
[doc] Fix style in websockets example
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhbrook committed Apr 3, 2012
1 parent 4d7eaff commit ed06af9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
//
Expand Down

0 comments on commit ed06af9

Please sign in to comment.