diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-06-23 20:34:57 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-06-23 20:42:57 +0200 |
commit | 7059e59cddc1c81321639875636e88895bc14309 (patch) | |
tree | 2e857745ae2dd18814bdfe2d6e3806151a51a43e /doc/afb-tests-overview.md | |
parent | ef908d903929988ad01f9df94415fc9c3ddebcac (diff) |
vocabulary: moving from 'plugin' to 'binding'
Change-Id: Ic9e118df2bede1fefbb591f8ae7887266b7324ca
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'doc/afb-tests-overview.md')
-rw-r--r-- | doc/afb-tests-overview.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/afb-tests-overview.md b/doc/afb-tests-overview.md index 6bb1b8a9..4fc0c9b2 100644 --- a/doc/afb-tests-overview.md +++ b/doc/afb-tests-overview.md @@ -22,7 +22,7 @@ Detail of tests ### afb-client-demo (command-line WebSockets) -This clients interactively calls plugins APIs from the command line, using the binder +This clients interactively calls bindings APIs from the command line, using the binder [WebSockets](https://en.wikipedia.org/wiki/WebSocket) facility. If _afb-daemon_ has been launched with the following parameters: @@ -35,7 +35,7 @@ Then run the client with : afb-client-demo ws://localhost:1234/api?token=123456 [<api> <verb> [<json-data>]] -For instance, to initialize the Audio plugin from the command line : +For instance, to initialize the Audio binding from the command line : afb-client-demo ws://localhost:1234/api?token=123456 |