From 0de5c67369080c6c50dec003967eed8749735fd9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Buxant?=
 <aurelien.buxant@student.uclouvain.be>
Date: Wed, 6 May 2020 11:37:38 +0200
Subject: [PATCH] Update README.md

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index abb5bfa..5ae2f9b 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,9 @@ the programme "fact" can be updated by changing the constant MAX_NO_THREADS
 
 ## 1. Installation Steps
 The programme directory includes several files, a list is provided herebelow:
+
 a. The C programme file "fact.c"
+
 b. The "Makefile" with three basic "make" operations:
 	- "make fact" compiles "fact.c" and create the executable "fact" 
 	  (Note: in Windows we have "fact.exe")
-- 
GitLab