Skip to content

Commit

Permalink
added style to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhaigh committed Oct 15, 2017
1 parent d071a6b commit 51b3c44
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 @@ -745,7 +745,7 @@ Another requirement is to ensure that the listener can reliably shutdown when
the `stop()` method is called. For example, make use of connection timeouts to
ensure that the listener does not block on some connection for too long.

Listeners that implement the function taste(self, data, dport) will be
Listeners that implement the function `taste(self, data, dport)` will be
considered when packets are directed by the Proxy. The function must return
a score which indicates the likelihood that the Listener handles the
protocol that is contained in the packet.
Expand Down

0 comments on commit 51b3c44

Please sign in to comment.