diff --git a/README.md b/README.md
index 5f48976b832f13ed6abc26324075f048decb55ed..ef2191699d0f650ee714ff73a31c9f5c36f170fd 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@
 
 You can find here the C++ code of the Core library of Aidge.
 
+[TOC]
+
 ## Pip installation
 
 To install aidge_core using pip, run the following command in your python environnement :
@@ -43,15 +45,12 @@ make all install
 If you have compiled with PyBind you can find at the root of the ``build`` file the python lib ``aidge_core.cpython*.so``
 
 ## Run tests
-
 ### CPP
 
 Inside of the build file run:
 
 ```bash
-
 ctest --output-on-failure
-
 ```
 
 ### Python