From 9aa22162f139ab2fa6df6b11e2a96336ee1d2612 Mon Sep 17 00:00:00 2001 From: Marak Squires Date: Tue, 27 Jul 2010 22:35:23 -0400 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;