diff --git a/overcooked_simulator/__init__.py b/overcooked_simulator/__init__.py
index fb941f2fadd719d7f44a3c1977aac8ee5f416538..bf5ca5ca27fdd3b55833bca96e56d62859e8a5c3 100644
--- a/overcooked_simulator/__init__.py
+++ b/overcooked_simulator/__init__.py
@@ -35,9 +35,10 @@ _The arguments are the defaults. Therefore, they are optional._
 You can also start the **Game Server** and the **PyGame GUI** individually in different terminals.
 
 ```bash
-python3 overcooked_simulator/game_server.py --url "localhost" --port 8000
+python3 overcooked_simulator/game_server.py --url "localhost" --port 8000 --manager_ids SECRETKEY1 SECRETKEY2
 
-python3 overcooked_simulator/gui_2d_vis/overcooked_simulator.py --url "localhost" --port 8000
+python3 overcooked_simulator/gui_2d_vis/overcooked_gui.py --url "localhost" --port 8000 --manager_ids SECRETKEY1
+```
 
 ## Connect with agent and receive game state
 ...