From 71ab6e51e40efe701ed7609ac0234de969371bc5 Mon Sep 17 00:00:00 2001 From: yawnt Date: Tue, 15 Oct 2013 00:21:46 +0200 Subject: [PATCH] [fix] typo --- benchmark/scripts/proxy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/scripts/proxy.js b/benchmark/scripts/proxy.js index 8ade4d533..4b06f242f 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);