diff --git a/README.md b/README.md
index 69adbd44b2bb8f39d201904c1bc87a27c1214797..2cbda56e1ea374e19705a3a66cdb04e640298400 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,4 @@
-# How to
-
-## Description
+# 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  
@@ -8,6 +6,7 @@ This project aims to emulate microservice for an online store. In this project w
 
 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.
 
+# How to
 ## Build the project
 
 ```
@@ -26,13 +25,14 @@ run in /services
 mvn spring-boot:run -Dorg.apache.activemq.SERIALIZABLE_PACKAGES=*
 ```
 the spring boot server also executes the various clients for the project
+NOTE: logs will be printed on the spring's terminal
 
-## Use application
-After running the Broker and Spring, a demonstration should be available in
+## Use the application
+After running the Broker and Spring, pre-defined events should be available in
 ```
 http://localhost:8080/demo.html
 ```
-
+The results of triggered events can then be monitored on the spring server's terminal 
 ## Détails du travail de groupe
 
 Mata Sebastian - sebastian.mata@etu.hesge.ch