diff --git a/README.md b/README.md
index 8bc751f4f47d993f4a1c74595428cc196f7f5e35..fe1c721bf289d88cbbc4ffb7c9cc49c327e5998c 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ In your `repo`, `PyCharmProjects` or similar directory with the correct environm
 
 ```bash
 git clone https://gitlab.ub.uni-bielefeld.de/scs/cocosy/overcooked-simulator.git
-cd cooperative_cuisine
+cd overcooked-simulator
 pip install -e .
 ```
 
diff --git a/cooperative_cuisine/__init__.py b/cooperative_cuisine/__init__.py
index aff60acf207e88a7c6e95663c1e9216ecbaa3d51..ba4ea0fc2df0f3a1e5417fcf0161966f7fcbd195 100644
--- a/cooperative_cuisine/__init__.py
+++ b/cooperative_cuisine/__init__.py
@@ -28,7 +28,7 @@ pip install cooperative_cuisine@git+https://gitlab.ub.uni-bielefeld.de/scs/cocos
 Or clone it and install it as an editable library which allows you to use all the scripts directly.
 ```bash
 git clone https://gitlab.ub.uni-bielefeld.de/scs/cocosy/overcooked-simulator.git
-cd cooperative_cuisine
+cd overcooked-simulator
 pip install -e .
 ```