Skip to content

Commit ed06af9

Browse files
committed
[doc] Fix style in websockets example
1 parent 4d7eaff commit ed06af9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,11 @@ var http = require('http'),
336336
// Create an instance of node-http-proxy
337337
//
338338
var proxy = new httpProxy.HttpProxy({
339-
target: {
340-
host: 'localhost',
341-
port: 8000
342-
}});
339+
target: {
340+
host: 'localhost',
341+
port: 8000
342+
}
343+
});
343344

344345
var server = http.createServer(function (req, res) {
345346
//

0 commit comments

Comments
 (0)