updated readme

This commit is contained in:
Marak Squires 2010-07-27 21:45:01 -04:00
parent ddba155377
commit 0a2eaaa7db

View File

@ -34,7 +34,7 @@ Let's suppose you were running multiple http application servers, but you only w
var sys = require('sys'), var sys = require('sys'),
colors = require('colors') colors = require('colors')
http = require('http'), http = require('http'),
httpProxy = require('./lib/node-http-proxy').httpProxy; httpProxy = require('http-proxy').httpProxy;
http.createServer(function (req, res){ http.createServer(function (req, res){
var proxy = new httpProxy; var proxy = new httpProxy;