diff --git a/docs/submission.md b/docs/submission.md
index 1844167dc011e24ae778654dd4cecbdc10f6086e..18b25357320aad98b860b5b04b367916931b913e 100644
--- a/docs/submission.md
+++ b/docs/submission.md
@@ -114,8 +114,8 @@ To submit your code, push a tag beginning with "submission-" to your repository
 
 1. Commit your changes with `git commit -am "Your commit message"`.
 2. Tag your submission (e.g., `git tag -am "submission-v0.1" submission-v0.1`).
-3. Push your changes and tags to the AIcrowd repository (replace `<YOUR_AICROWD_USER_NAME>` with your actual username).
+3. Push your changes and tags to the AIcrowd repository (e.g. `git push origin submission-v0.1`)
 
 After pushing your tag, you can view your submission details at `https://gitlab.aicrowd.com/<YOUR_AICROWD_USER_NAME>/amazon-kdd-cup-2024-starter-kit/issues`.
 
-Ensure your `aicrowd.json` is correctly filled with the necessary metadata, and you've replaced `<YOUR_AICROWD_USER_NAME>` with your GitLab username in the provided URL.
\ No newline at end of file
+Ensure your `aicrowd.json` is correctly filled with the necessary metadata, and you've replaced `<YOUR_AICROWD_USER_NAME>` with your GitLab username in the provided URL.