diff --git a/benchmark/scripts/proxy.js b/benchmark/scripts/proxy.js index 8ade4d5..4b06f24 100644 --- a/benchmark/scripts/proxy.js +++ b/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); \ No newline at end of file +httpProxy.createServer(9000, 'localhost').listen(8000);