diff --git a/README.md b/README.md
index cc3925433150fce7f1d075829f6cab245647fc7b..ef66fce0268ed9bda19b1660fb6fe2ed1d7564fa 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@ GrAnnoT is an annotation transfer tool for pangenome graphs. It can transfer gen
 This project is young and in development, some errors will be corrected, improvements will be made and new features will appear in the near future.
 
 # Usage
+
 GrAnnoT requires the graph to be in GFA format with W-lines that describe the walks of the input genomes. For example minigraph-cactus gives that kind of output. 
 
 You first need to extract from the GFA the positions of the segments of the graph on the genomes it contains. For this you need to run the script getSegmentsCoordinates.py with the GFA file as input.