diff --git a/README.md b/README.md
index 3bccac4892b143cf1f5e23befe8d71cea1eb8f8d..097434e9c79d8e2ab1baafcb42be4558660e019b 100644
--- a/README.md
+++ b/README.md
@@ -179,7 +179,7 @@ Then you can add the correct git remote, and finally submit by doing :
 ```
 cd flatland-challenge-starter-kit
 # Add AIcrowd git remote endpoint
-git remote add aicrowd git@gitlab.aicrowd.com/:<YOUR_AICROWD_USER_NAME>/flatland-challenge-starter-kit.git
+git remote add aicrowd git@gitlab.aicrowd.com:<YOUR_AICROWD_USER_NAME>/flatland-challenge-starter-kit.git
 git push aicrowd master
 
 # Create a tag for your submission and push