From 0a2eaaa7db690f86aca8c0b952f745e806ad818c Mon Sep 17 00:00:00 2001 From: Marak Squires Date: Tue, 27 Jul 2010 21:45:01 -0400 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9e99e4..752e874 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Let's suppose you were running multiple http application servers, but you only w var sys = require('sys'), colors = require('colors') http = require('http'), - httpProxy = require('./lib/node-http-proxy').httpProxy; + httpProxy = require('http-proxy').httpProxy; http.createServer(function (req, res){ var proxy = new httpProxy;