From 417cf665025b5262aedef0ef41ba2bd891fab79a Mon Sep 17 00:00:00 2001 From: "roxanne.grant" <roxanne.grant@etu.hesge.ch> Date: Sun, 3 Feb 2019 19:22:39 +0100 Subject: [PATCH] Added spaces for backspaces in readme --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f50fe76..e7b3bd3 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # 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 +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. @@ -35,9 +35,9 @@ 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 +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 -- GitLab