diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-20 14:43:28 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-20 14:43:28 +0000 |
commit | 0ac88a39962a3f723fcb5a07c4eb5c6d19e585f9 (patch) | |
tree | feaa1219ffb3a3d08ddda83da681d6f07738290c /docs/3-Usage.md | |
parent | 0d0ba83070e7b6ea9f4e20cdcf855d886f901bc4 (diff) |
Review of documentation
Change-Id: I49763cc9264c0121db2950cfee56d69c66d0e4c7
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'docs/3-Usage.md')
-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 eecf5a8e..c9cf1bf4 100644 --- a/docs/3-Usage.md +++ b/docs/3-Usage.md @@ -129,7 +129,7 @@ You can find instructions to use afm-util tool [here](http://docs.iot.bzh/docs/a But you can't control nor interact with it because you don't know security token that **Application Framework** gaves it at launch. -So, to test it, it is better to launch the binding manually. In the following example, we will use port **1234** and left empty security token for testing purpose: +So, to test it, it is better to launch the binding manually. In the following example, it will use port **1234** and left empty security token for testing purpose: ```bash afb-daemon --binding=/var/lib/afm/applications/low-can-service/4.0/lib/afb-low-can.so --rootdir=/var/lib/afm/applications/low-can-service/4.0/ --port=1234 --token=1 |