diff --git a/README.md b/README.md
index b21f30dbae4602ea99a12be2aca5cee45c200b2a..87cc7ab3e2ccc93854bf87e4fa0a634fba2883f5 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