Skip to content

Commit

Permalink
[fix] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yawnt committed Oct 14, 2013
1 parent 3377836 commit 71ab6e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/scripts/proxy.js
@@ -1,6 +1,6 @@
var http = require('http'),
httpProxy = require('../../../lib/node-http-proxy');
httpProxy = require('../../lib/node-http-proxy');
//
// Create your proxy server
//
httpProxy.createServer(9000, 'localhost').listen(8000);
httpProxy.createServer(9000, 'localhost').listen(8000);

0 comments on commit 71ab6e5

Please sign in to comment.