From df5cf168da0e390c404cfba91c5e9b8fc664ee53 Mon Sep 17 00:00:00 2001
From: tuhe <tuhe@dtu.dk>
Date: Fri, 29 Jan 2021 17:20:19 +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 b21f30d..87cc7ab 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,14 @@
 # Unitgrade
 
-Easy-to-use, easy-to-build report evaluations in a framework building on pythons unittest classes
+Easy-to-use, easy-to-extend report evaluations in a framework building on pythons unittest classes
 
 - 100% Python
-- No configuration or test-files needed to use or develop
 - Easy to use for students: 
     - Run tests as a single python command 
     - See your score immediately 
     - Upload your results as a single file on campusnet with no risk of accidential tampering
-- All tests are simple classes so it will integrates well with debugger and any IDE 
+    - All tests are simple classes so it will integrates well with debugger and any IDE 
+- No need to write external configuration or test files manually
 
 ## Installation
 Unitgrade can be installed through pip using 
-- 
GitLab