diff --git a/README.md b/README.md
index f7f1beed5a7f4c9e52b041a261be64c1ef481daf..5abc54b4ab38f531ffb915c94d07fbaa718d66e8 100644
--- a/README.md
+++ b/README.md
@@ -72,21 +72,21 @@ Some of the constraints are done in the modeling, while others are explicitly wr
 
 - validateEvaluation (AQL)
 
-   Checks if the evaluation forms of a course sums up to exactly 100 %
+  Checks if the evaluation forms of a course sums up to exactly 100 %
 
 - validateRoles (AQL)
 
-   Checks if there is at least one coordinator
+  Checks if there is at least one coordinator
 
 - validateHours (Java)
 
-   Checks if the number of hours for each study program corresponds to the amount in the course page. It can be higher than what is written in the course page because exercise hours are often split in several groups
+  Checks if the number of hours for each study program corresponds to the amount in the course page. It can be higher than what is written in the course page because exercise hours are often split in several groups
 
 - validateScheduleSlot (AQL)
+  
+  Checks if the from-time is before to-time for all the ScheduleSlots.
 
-   Checks if the from-time is before to-time for all the ScheduleSlots.
-
-## Tranformation
+## Transformation
 
 ### Extensions
 
@@ -100,7 +100,7 @@ Utility for the create-methods in Xhtml1Factory. Makes it so we can utilize the
 createPType => [it += 'you text here']
 ```
 
-### Performing the tranformation
+### Performing the transformation
 
 1. Clone the project
 2. Locate tdt4250_assignment.xtend-gen.Course2WebPage