diff --git a/src/examples/writing-watchers.rst b/src/examples/writing-watchers.rst index 928518f..1f99d80 100644 --- a/src/examples/writing-watchers.rst +++ b/src/examples/writing-watchers.rst @@ -60,6 +60,7 @@ Reference client Below is a example of a watcher with more in-depth comments. Mirrors the python example above. This example will describe how to: + * create buckets * send events by heartbeats * insert events without heartbeats @@ -69,5 +70,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 recommended 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.