From 3806e5a22e36ec4a70e6bb466144a08d9cb1a054 Mon Sep 17 00:00:00 2001 From: SP Mohanty <spmohanty91@gmail.com> Date: Mon, 6 Jan 2020 16:49:13 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bccac4..097434e 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 -- GitLab