Commit 0a2eaaa7 authored by Marak Squires's avatar Marak Squires

updated readme

parent ddba1553
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment