diff --git a/README.md b/README.md
index 4315553143db1e2e38cac5fb65d912c69d7a9f13..98b98a2a156a69ed0a3375b1dd3ea45677c8b9fd 100644
--- a/README.md
+++ b/README.md
@@ -51,12 +51,12 @@ Vor jeder Anfrage wird die Eingabe optional auf **syntaktische Korrektheit** und
 7. **Ins Code-Verzeichnis wechseln:**  
    Navigiere in das Hauptverzeichnis des Projekts:
    ```bash
-   cd ArTEMiS-Testgenerator/src
+   cd ba-yorick-behme/src
    ```
 8. **Programm starten:**  
    Führe die Anwendung aus:
    ```bash
-   python3 main.py
+   python main.py
    ```
  
 ---