[doc] Update README.md

This commit is contained in:
indexzero 2011-09-10 03:56:18 -04:00
parent 6e1ade0bb8
commit 0ba5023e82

View File

@ -114,7 +114,7 @@ httpProxy.createServer(function (req, res, proxy) {
// Buffer the request so that `data` and `end` events
// are not lost during async operation(s).
//
var buffer = proxy.buffer(req);
var buffer = httpProxy.buffer(req);
//
// Wait for two seconds then respond: this simulates