From 4efd224c96f4205920855a48665e63a3a5a0b809 Mon Sep 17 00:00:00 2001
From: Arnaud Blanchard <arnaud.blanchard@ensea.fr>
Date: Wed, 2 May 2018 16:26:11 +0200
Subject: [PATCH] Update README.md

---
 README.md | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index c609df7..12be210 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,21 @@ Library providing command line program facilities
 - 1. Parsing arguments
 - 2. Interacting with the user in a terminal
 
+
+Program main loop
+=================
+
 BLC_COMMAND_LOOP
 
-- Eventually acquires the profiling data.
-- Check if it is the iteration limit and pauses in this case.
-- Wait for the kayboard or the waiting semaphores.
-- Ready to start, updates the timer.
+- 1. Eventually acquires the profiling data.
+- 2. Check if it is the iteration limit and pauses in this case.
+- 3. Wait for the kayboard or the waiting semaphores.
+- 4. Ready to start, updates the timer.
+
+Main program
+ 
+ 5. Compute the time of the loop
+ 6. Eventually wait for more time
 
 BLC program
 ============
-- 
GitLab