diff --git a/README.md b/README.md
index fc48e88a8cdabbe790dbd8a06d665d1ac42ec380..f50fe76ff17b43f7c1efab822f68110228cf1c80 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,13 @@
 # How to
 
+## Description
+This project aims to emulate microservice for an online store. In this project we have three microservices: 
+                        - AccountService : Takes care of events linked to user accounts
+                        - OrderService : Takes care of events linked to orders from users
+                        - StockService : Takes care of events linked to the stores stock
+
+In the different services we test the appearance of certain events that trigger other ones. This is how the chain of command works and the services communicate together through the broker.
+
 ## Build the project
 
 ```
@@ -17,15 +25,19 @@ run in /services
 ```
 mvn spring-boot:run -Dorg.apache.activemq.SERIALIZABLE_PACKAGES=*
 ```
-
-## Execute one client
-run in /services
-```
-mvn exec:java@app -Dexec.args="127.0.0.1" -Dorg.apache.activemq.SERIALIZABLE_PACKAGES=*
-```
+the spring boot server also executes the various clients for the project
 
 ## Use application
 A demonstration is available in
 ```
 http://localhost:8080/demo.html
 ```
+
+## Détails du travail de groupe
+
+Mata Sebastian - sebastian.mata@etu.hesge.ch
+Ramusi Michael - michael.ramusi@etu.hesge.ch
+Vuilleumier Thierry - thierry.vuilleumier@etu.hesge.ch
+Grant Roxanne - roxanne.grant@etu.hesge.ch
+lien git :
+https://githepia.hesge.ch/michael.ramusi/microservices.git
\ No newline at end of file