diff --git a/ILP/readme.md b/ILP/readme.md
index 51a8b50..2e6c640 100644
--- a/ILP/readme.md
+++ b/ILP/readme.md
@@ -1,4 +1,4 @@
-###NMR Similarity:
+### NMR Similarity:
The nmrSimilarityExperimental.py script requires:
```console
nmrproject/ILP:~$ pip install numpy
@@ -10,7 +10,7 @@ nmrproject/ILP:~$ nmrSimilarityExperimental.py
In all but the nmrSimilarityExperimental.py script, there is a boolean called normalize in the main() function determining if the resulting crosscorrelation should be normalized.
The result will be three list, which are used in the main() function of in the experimentalILP.py script.
-###ILP Solution:
+### ILP Solution:
The nmrSimilarityExperimental.py script requires:
```console
nmrproject/ILP:~$ pip install gurobipy