diff --git a/examples/balancer/simple-balancer.js b/examples/balancer/simple-balancer.js index 3f53cc6..16612b1 100644 --- a/examples/balancer/simple-balancer.js +++ b/examples/balancer/simple-balancer.js @@ -58,7 +58,7 @@ http.createServer(function (req, res) { // // ...and then the server you just used becomes the last item in the list. // - addresses.push(target); + addresses.push(target.target); }).listen(8021); // Rinse; repeat; enjoy. \ No newline at end of file