From 3e1362e050cc23f9ab69098766c590760db4684e Mon Sep 17 00:00:00 2001 From: Sam Hopkins Date: Sun, 2 Sep 2018 13:36:45 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 51b1ffa..2124eab 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ To run the full simulator, you need to run two scripts: # exactly at January 26th at 01h01 you would execute the following: # start the simulator that sends observations uniformely distributed over time -python rum simulation.py --enddate 26-01-2018 "observation" +python run-simulation.py --enddate 26-01-2018 "observation" # start the simulator that sends the true outcomes uniformely distributed # until the 24th because you want them to end early -python rum simulation.py --enddate 24-01-2018 "true-outcome" -``` \ No newline at end of file +python run-simulation.py --enddate 24-01-2018 "true-outcome" +```