From bb95d9e507163fa2e5ca0d4ad6661e3647da7572 Mon Sep 17 00:00:00 2001
From: Arnaud Blanchard <arnaud.blanchard@ensea.fr>
Date: Wed, 2 May 2018 21:32:46 +0200
Subject: [PATCH] Update README.md

---
 README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 20dd192..cbc919e 100644
--- a/README.md
+++ b/README.md
@@ -16,13 +16,14 @@ Program main loop
 - Check if it is the iteration limit and pauses in this case.
 - Wait for the keyboard or the waiting semaphores
 - Ready to start, updates the timer
-   
-    {
+
+     {
        Your computation
-    }
+     }
+
 - Compute the time of the loop
 - Post the enventual posting semaphores
-- Eventually wait for more time (if it is faster that the requested period )
+- Eventually wait for more time (if it has been faster than the requested period )
 
 Tutorial
 ========
-- 
GitLab