From 320f096ef3f27c3a69d22d614b0ea10e282dce24 Mon Sep 17 00:00:00 2001
From: Tue Herlau <tuhe@dtu.dk>
Date: Fri, 16 Sep 2022 13:48:04 +0200
Subject: [PATCH] Updated documentation

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 5d5181d..ddfa6e8 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ The file will run and show an output where the score of each question is compute
 | | | |_ __  _| |_| |  \/_ __ __ _  __| | ___ 
 | | | | '_ \| | __| | __| '__/ _` |/ _` |/ _ \
 | |_| | | | | | |_| |_\ \ | | (_| | (_| |  __/
- \___/|_| |_|_|\__|\____/_|  \__,_|\__,_|\___| v0.1.29.0, started: 16/09/2022 13:40:21
+ \___/|_| |_|_|\__|\____/_|  \__,_|\__,_|\___| v0.1.29.0, started: 16/09/2022 13:47:57
 
 02531 week 5: Looping (use --help for options)
 Question 1: Cluster analysis                                                                                            
@@ -103,7 +103,7 @@ Question 4: Fermentation rate
  * q4.4) fermentationRate([20.1, 19.3, 1.1, 18.2, 19.7, ...], 18.2, 20) = 19.500 ?..................................PASS
  * q4)   Total.................................................................................................... 10/10
  
-Total points at 13:40:26 (0 minutes, 4 seconds)....................................................................40/40
+Total points at 13:48:02 (0 minutes, 4 seconds)....................................................................40/40
 Provisional evaluation
 ---------  -----
 q1) Total  10/10
@@ -180,7 +180,7 @@ To make sure the desired output of the tests is always up to date, the tests are
 
  - **How do I see the output of my programs in the tests? Or the intended output?**
 There are a number of console options available to help you figure out what your program should output and what it currently outputs. They can be found using:
- ```python report1.py --help```
+ ```python report1.py --help``` 
 Note these are disabled for the `report1_grade.py` script to avoid confusion. It is not recommended you use the grade script to debug your code.  
    
  - **Since I cannot read the `.token` file, can I trust it contains the same number of points internally as the file name indicate?**
-- 
GitLab