From fffd65370f6e5a9f293254e8d6620dcee7efad41 Mon Sep 17 00:00:00 2001 From: Joeri Exelmans Date: Fri, 29 Nov 2024 09:57:58 +0100 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9af86e..f0d740b 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ Files related to the assignment: When running the GUI, you can pass an additional `time_scale` parameter, as such: ``` cd StartingPoint -python runner_gui.py 0.5 +python runner_gui.py 0.5 # run simulation at half-speed +python runner_gui.py 2 # run simulation at double-speed ``` -This will run the simulation at half-speed. ### Background