From a7a3aaec0172017a6121abf698c10b62fd5ab2d1 Mon Sep 17 00:00:00 2001
From: jorgecr <jorgecr@stud.ntnu.no>
Date: Tue, 18 Sep 2018 13:20:47 +0200
Subject: [PATCH] Done

---
 Readme.md | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/Readme.md b/Readme.md
index 736c814..ce0d528 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,44 +1,44 @@
-#TDT4250 Advanced Software Engineering 
+# TDT4250 Advanced Software Engineering 
 
-#WebPageCourse Description
+## WebPageCourse Description
 
-## StudyProgram 
+### StudyProgram 
 The root of the diagram, it can have many courses.
 
-## Course
+### Course
 It has a code, name and content. Its value its in credits.
 
-## CourseWork
+### CourseWork
 Stores the information about the hours of the lectures and labs.
 
-## RelatedCourses
+### RelatedCourses
 Links the prerequisites to the course class.
 
-## Requirement
+### Requirement
 Stores information about the required courses, can be recommended or mandatory.
 
-## CreditReductionCourse
+### CreditReductionCourse
 Stores information about the reductions of credits depending on the related courses.
 
-## CourseInstance
+### CourseInstance
 Stores the semester information.
 
-## Organization
+### Organization
 The department in charge of the course. 
 
-## People
+### People
 Has a role (lecturer,coordinator or another) and a name.
 
-## Timetable
+### Timetable
 Shows the timetable of the course.
 
-## Schedule
+### Schedule
 Has the information about where and when the classes are taken.
 
-## EvaluationForm
+### EvaluationForm
 Stores information about the different types of work of the course.
 
-## Work
+### Work
 Has a type (exam, assignments,work) and a percentage.
 
-#Jorge Cristobal Martin
\ No newline at end of file
+# Jorge Cristobal Martin
\ No newline at end of file
-- 
GitLab