diff --git a/README.md b/README.md
index d2592146f4a3f2ef10ed6dd6396116a76a1ae080..09e16ed4f48371ff11093aa69a17c576c2b8d173 100644
--- a/README.md
+++ b/README.md
@@ -21,10 +21,10 @@ You can find in this folder the library that implements the CUDA operators.
 ``` bash
 pip install . -v
 ```
-> **TIPS :** Use environment variables to change compilation options :
-> - `AIDGE_INSTALL` : to set the installation folder. Defaults to /usr/local/lib. :warning: This path must be identical to aidge_core install path.
-> - `AIDGE_PYTHON_BUILD_TYPE` : to set the compilation mode to **Debug** or **Release** 
-> - `AIDGE_BUILD_GEN` : to set the build backend with 
+> **TIPS:** Use environment variables to change compilation options:
+> - `AIDGE_INSTALL`: to set the installation folder. Defaults to /usr/local/lib. :warning: This path must be identical to aidge_core install path.
+> - `AIDGE_PYTHON_BUILD_TYPE`: to set the compilation mode to **Debug** or **Release** 
+> - `AIDGE_BUILD_GEN`: to set the build backend with 
 
 ## Standard C++ Compilation