diff --git a/README.md b/README.md
index abb5bfa5601208565dda484bf12fa8f2a014b577..5ae2f9b688b6302abefa073575a6ac33244767fc 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")