Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Jul 28, 2010
1 parent ddba155 commit 0a2eaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0a2eaaa

Please sign in to comment.