From 0ac88a39962a3f723fcb5a07c4eb5c6d19e585f9 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 20 Jun 2017 14:43:28 +0000 Subject: Review of documentation Change-Id: I49763cc9264c0121db2950cfee56d69c66d0e4c7 Signed-off-by: Romain Forlot --- docs/3-Usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/3-Usage.md') 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 -- cgit 1.2.3-korg