diff --git a/src/examples/writing-watchers.rst b/src/examples/writing-watchers.rst index 642c9f4..3613232 100644 --- a/src/examples/writing-watchers.rst +++ b/src/examples/writing-watchers.rst @@ -69,3 +69,5 @@ This example will describe how to: .. literalinclude:: client.rs +It is recommend to follow conventions and use the `aw-watcher-` naming scheme for your watcher. +It is also recommended for watchers to accept a `--testing` flag and a `--port ` flag to allow users to specify the port to connect to.