Skip to content

Commit

Permalink
Fixed a typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
indrek-rajamets committed Feb 11, 2015
1 parent d380b94 commit f799deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ issue][issues] on GitHub.
server) and let them connect as usual.
```javascript
mitm.on("connect", function(socket, opts) {
if (opts.host == "sql.example.org" && opts.port = 5432) socket.bypass()
if (opts.host == "sql.example.org" && opts.port == 5432) socket.bypass()
})
```

Expand Down

0 comments on commit f799deb

Please sign in to comment.