From dfe4925e8cb36d7397179ca14dacadb25fe160f5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20KUBLER?= <gregoire.kubler@proton.me>
Date: Wed, 18 Sep 2024 14:51:00 +0200
Subject: [PATCH] chore : readme rm spacing before ":"

---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index d259214..09e16ed 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
 
-- 
GitLab