diff --git a/README.md b/README.md
index bebb7a72d683e1cd1d47517686003cfc70880337..28d14bfe771360d7c61e23156d2fd72c59f45ffc 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@ In ORCHIDEE the graph of the water routing through rivers was generated on the f
 
 This solution is not ideal for various reasons :
 
-    It is difficult to parallelize as in ORCHIDEE the domain decomposition does not foresee exchange of halos.
-    The routing graph produced in ORCHIDEE could not easily be verified before a simulation is launched.
-    We plan evolution of the routing scheme which will require a large number of extra information (floodplains, dams, adduction networks, ...) and it will be complicated to add this within the full model.
+- It is difficult to parallelize as in ORCHIDEE the domain decomposition does not foresee exchange of halos.
+- The routing graph produced in ORCHIDEE could not easily be verified before a simulation is launched.
+- We plan evolution of the routing scheme which will require a large number of extra information (floodplains, dams, adduction networks, ...) and it will be complicated to add this within the full model.
 
 This pre-processor should be able to generate the full information needed by ORCHIDEE to route the water 
 to the ocean or return it to evaporative processes. It required the grid of the model and the land/sea mask. All the rest should be ancillary information.