From 88f8d1f1c4b771614874251382f4116c459a10d5 Mon Sep 17 00:00:00 2001 From: Sudipta Basak Date: Sun, 18 Feb 2024 16:31:10 +0100 Subject: [PATCH] README.md Fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97846ce..e4e9841 100644 --- a/README.md +++ b/README.md @@ -22,5 +22,5 @@ $ pip3 install -r DAS/requirements.txt ## Run the simulator ``` -$ python3 study.py config.das +$ python3 study.py smallConf.py ```