From 3d9a8a8b94cea2e04288b7c5f42645bc9452af2b Mon Sep 17 00:00:00 2001
From: Martin Schmollinger <martin.schmollinger@reutlingen-university.de>
Date: Thu, 4 Nov 2021 13:16:52 +0100
Subject: [PATCH] Minor correction of README.md

---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index e48b920..77a6de5 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).
-- 
GitLab