diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-21 10:18:46 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-21 10:35:47 +0000 |
commit | e5315debfd5c7c476746d2cabed4abfebe964178 (patch) | |
tree | 711620ade12a147e59d2b3c6b930cb771068714b | |
parent | 756280ec60d77f2263de26761b03bbd0f7962ca5 (diff) |
Typo
Change-Id: Ic820ac312553bd5b8b630ad2d2cbbdcc4bb590f7
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | docs/3-Usage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/3-Usage.md b/docs/3-Usage.md index 7c0a4f1..4460c91 100644 --- a/docs/3-Usage.md +++ b/docs/3-Usage.md @@ -196,7 +196,7 @@ ON-REPLY 1:low-can/subscribe: {"jtype":"afb-reply","request":{"status":"success" Subscription and unsubscription can take wildcard in their _event_ value. -To reveive all doors events : +To receive all doors events : ```json low-can subscribe { "event" : "doors*" } |