Skip to content

Commit 0a2eaaa

Browse files
committed
updated readme
1 parent ddba155 commit 0a2eaaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Let's suppose you were running multiple http application servers, but you only w
3434
var sys = require('sys'),
3535
colors = require('colors')
3636
http = require('http'),
37-
httpProxy = require('./lib/node-http-proxy').httpProxy;
37+
httpProxy = require('http-proxy').httpProxy;
3838

3939
http.createServer(function (req, res){
4040
var proxy = new httpProxy;

0 commit comments

Comments
 (0)