[doc fix] Add undefined var in example.

This commit is contained in:
indexzero 2013-03-09 00:24:04 -05:00
parent 64efa7f929
commit deca7565c5

View File

@ -1,4 +1,6 @@
var httpProxy = require('../../lib/node-http-proxy'); var http = require('http'),
httpProxy = require('../../lib/node-http-proxy');
// //
// A simple round-robin load balancing strategy. // A simple round-robin load balancing strategy.
// //