From 7059e59cddc1c81321639875636e88895bc14309 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Thu, 23 Jun 2016 20:34:57 +0200 Subject: vocabulary: moving from 'plugin' to 'binding' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic9e118df2bede1fefbb591f8ae7887266b7324ca Signed-off-by: José Bollo --- doc/afb-tests-overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/afb-tests-overview.md') 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 [ []] -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 -- cgit 1.2.3-korg