diff --git a/README.md b/README.md
index ac84688ec0e8f5abb56bfe80196b4c5e191e894a..2427941d50cbed8cbbf7fd0ce87e49f0f0d86283 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