diff --git a/index.md b/index.md
index 42451706d10d4664c7d798f85308f0f98f9e5afd..e113effd05c7bfaef0800528f2099588a1920ec9 100644
--- a/index.md
+++ b/index.md
@@ -14,9 +14,9 @@ First, fork and clone this practice repository.
 
 Add a remote to the upstream repository:
 ```bash
-$ cd advanced-practice
+$ cd basic-practice-pages
 $ git remote add upstream ssh://git@gitlab.lcsb.uni.lu:8022/R3/school/git/basic-practice-pages.git
-$ git fetch
+$ git fetch upstream
 ```
 
 Then, create a separate branch from the develop branch: