From e73b5a1ce26547992c8f42939e56263cf9011551 Mon Sep 17 00:00:00 2001
From: BERTHAUT Florent <florent.berthaut@univ-lille.fr>
Date: Fri, 9 Apr 2021 08:40:16 +0200
Subject: [PATCH] Update README.md

---
 README.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 0cc7cce..50d9794 100644
--- a/README.md
+++ b/README.md
@@ -40,11 +40,13 @@ Three default outputs are automatically created by bf-pd and extracted from the
 ![doc/img/bf-output.gif](doc/img/bf-output.gif)
 
 
-Parameters and outputs have the same arguments :
-
-* [ bf-param instrumentName parameterName numberOfValues valuesType parameterIndex ]
-* [ bf-output instrumentName outputName numberOfValues valuesType outputIndex ]
+Parameters and outputs have the same **arguments** :
 
+1. instrument name
+2. parameter / output namenumberOfValues valuesType parameterIndex ]
+3. number of values
+4. type of values : cont (0 to 1), midi (0 to 127), bool (0 or 1), bang
+5. index : position in the collaboration window
 
 ## Performance: Making music together using bf-pd
 
-- 
GitLab