Skip to content

Commit

Permalink
fix syntax error in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
benatkin committed May 17, 2011
1 parent 85223ea commit 332d2d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ As mentioned in the previous section, all routes passes to the ProxyTable are by

<pre>
var options = {
hostnameOnly, true,
hostnameOnly: true,
router: {
'foo.com': '127.0.0.1:8001',
'bar.com': '127.0.0.1:8002'
Expand Down Expand Up @@ -336,4 +336,4 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[3]: https://github.com/nodejitsu/node-http-proxy/tree/v0.5.0/examples
[4]: https://www.ietf.org/rfc/rfc2616.txt
[5]: https://socket.io
[6]: https://github.com/nodejitsu/node-http-proxy/issues
[6]: https://github.com/nodejitsu/node-http-proxy/issues

0 comments on commit 332d2d7

Please sign in to comment.