improves readability
[src/app-framework-binder.git] / doc / afb-tests-overview.md
index 4ea2527..6bb1b8a 100644 (file)
@@ -1,19 +1,24 @@
-# Overview of tests shipped with AFB-Daemon
+Overview of tests shipped with AFB-Daemon
+=========================================
     Version: 1
-    Date:    30 mai 2016
+    Date:    09 juin 2016
     Author:  Manuel Bachmann
 
 
-## List of tests
+List of tests
+-------------
 
 Here are the tests shipped in the source tree:
 
 * **afb-client-demo** (command-line WebSockets)
+
 * **token-websock.qml** (Qt/QML WebSockets)
+
 * ***.html** (HTML5/JS HTTP-REST & WebSockets)
 
 
-## Detail of tests
+Detail of tests
+---------------
 
 ### afb-client-demo (command-line WebSockets)
 
@@ -38,7 +43,7 @@ The command doesn't return. You should type requests of type <api> <verb> [<json
 So, try:
 
     auth connect
-    audio init
+    hello pingjson true
 
 <br />