Fix typo, get diagrams pictures and reordering doc
[src/app-framework-binder.git] / doc / afb-tests-overview.md
index 6bb1b8a..d6f619f 100644 (file)
@@ -1,9 +1,6 @@
+
 Overview of tests shipped with AFB-Daemon
 =========================================
-    Version: 1
-    Date:    09 juin 2016
-    Author:  Manuel Bachmann
-
 
 List of tests
 -------------
@@ -22,7 +19,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 +32,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
 
@@ -61,7 +58,7 @@ For installing Qt5 on **Ubuntu 16.04**:
 
     $ apt-get install qmlscene qml-module-qtwebsockets qml-module-qtquick-controls
 
-For installing Qt5 on **Fedora 23** :
+For installing Qt5 on **Fedora >= 22** :
 
     $ dnf install qt5-qtdeclarative-devel qt5-qtwebsockets-devel qt5-qtquickcontrols