diff --git a/README.md b/README.md index 69e03af..5eadca1 100644 --- a/README.md +++ b/README.md @@ -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;