From a9986f48a30d7fe22973368876c58fc0537b5d32 Mon Sep 17 00:00:00 2001
From: "michael.ramusi" <michael.ramusi@etu.hesge.ch>
Date: Sun, 3 Feb 2019 21:24:49 +0100
Subject: [PATCH] updated readme

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

diff --git a/README.md b/README.md
index 69adbd4..2cbda56 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  
-- 
GitLab