diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-23 01:00:20 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-23 01:00:20 +0200 |
commit | c74ba24e19a5db52d237628aff012f9fb372f580 (patch) | |
tree | c60d2919e1c6941e95931231bf5f75720f9c959d /htdocs/README.md | |
parent | c254a5b100b9ea011dc35b4079ce184e5c842135 (diff) |
Restore Basic HTML5 testing Scenario as a Standalone Controller
Diffstat (limited to 'htdocs/README.md')
-rw-r--r-- | htdocs/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/README.md b/htdocs/README.md index bb14b7e..0ad2260 100644 --- a/htdocs/README.md +++ b/htdocs/README.md @@ -3,5 +3,5 @@ ------------------------------------------------------------------------ # Load bindings directly from development tree for debug - afb-daemon --verbose --verbose --token="" --ldpaths=build --port=1234 --roothttp=htdocs + AFB_BINDER_NAME='sample' afb-daemon --verbose --verbose --token="" --ldpaths=build --port=1234 --roothttp=htdocs |