File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ Reference client
60
60
61
61
Below is a example of a watcher with more in-depth comments. Mirrors the python example above.
62
62
This example will describe how to:
63
+
63
64
* create buckets
64
65
* send events by heartbeats
65
66
* insert events without heartbeats
@@ -69,5 +70,5 @@ This example will describe how to:
69
70
70
71
.. literalinclude :: client.rs
71
72
72
- It is recommend to follow conventions and use the ``aw-watcher-<name> `` naming scheme for your watcher.
73
+ It is recommended to follow conventions and use the ``aw-watcher-<name> `` naming scheme for your watcher.
73
74
It is also recommended for watchers to accept a ``--testing `` flag and a ``--port <port> `` flag to allow users to specify the port to connect to.
You can’t perform that action at this time.
0 commit comments