diff --git a/README.md b/README.md
index e48b920cf9b49374d060c4cabe528b6e5063b5ac..77a6de549782d98e8e0759153047511a3d0546a5 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,6 @@ Pass the following parameters when starting the program:
 - `args[2]: Number of threads p`
 
 Start the iterative server from a CLI (like bash, cmd, powershell) as follows:
-* `$ cd concurrent-search`
 * `$ gradle run --args="50000000 80 8"`
 
 That will work, if gradle is installed on your system, otherwise use the gradle wrapper contained in the folder (gradlew.bat, gradlew).