updated readme

This commit is contained in:
Marak Squires 2010-07-27 22:35:23 -04:00
parent 198000feef
commit 9aa22162f1

View File

@ -32,7 +32,7 @@ Let's suppose you were running multiple http application servers, but you only w
### How to use node-http-proxy
var sys = require('sys'),
colors = require('colors')
colors = require('colors'),
http = require('http'),
httpProxy = require('http-proxy').httpProxy;