From 801ca57a41bf14d40aab778e28e6802b455e2fae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ter=C3=A9zia=20Slanin=C3=A1kov=C3=A1?= <445526@mail.muni.cz>
Date: Tue, 6 Sep 2022 10:11:31 +0200
Subject: [PATCH] Fixed typo

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ac84688..2427941 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ $ pip install -r requirements.txt
 $ # (8) Run the quick experiments, generate the report
 $ python3 run-experiments.py `cat quick-experiments.txt` 2>&1 | tee outputs/experiments-quick.log
 $ python3 create-report.py
-$ # The partialoutput is in outputs/report.html
+$ # The partial output is in outputs/report.html
 $ # (9) Run the rest of the experiments
 $ python3 run-experiments.py `cat experiments.txt` 2>&1 | tee outputs/experiments.log
 $ python3 create-report.py
-- 
GitLab