mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
updated readme
This commit is contained in:
parent
ddba155377
commit
0a2eaaa7db
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user