From 73291b0e4b7eb2ed80e20085554e7881ad8ec162 Mon Sep 17 00:00:00 2001
From: L4136 <l4136@student.jamk.fi>
Date: Mon, 15 Jun 2020 13:02:22 +0300
Subject: [PATCH] Update project-plan.md

---
 documentation/10-Project-management/project-plan.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/documentation/10-Project-management/project-plan.md b/documentation/10-Project-management/project-plan.md
index de92624..0445858 100644
--- a/documentation/10-Project-management/project-plan.md
+++ b/documentation/10-Project-management/project-plan.md
@@ -100,7 +100,17 @@ End dd.mm.yy - dd.mm.yy (X h)
 
 “The closure phase includes measures related to the completion of the project. During the phase, the project team prepares a final project report and a presentation to the executive team. During the phase, the result of the project will be handed over to the client, the last meeting of the executive team will be held in week X and the project organization will be dissolved. The final phase will result in a final report on the project. ”
 
-GANT
+```mermaid
+gantt
+    title Project steps
+    dateFormat  DD-MM-YYYY
+    section GANTT
+    Step 1      :active,k1,15-01-2019, 20-01-2019
+    Step 2      :active,k2,after k1, 20-02-2019
+    Step 3      :active,k3,after k2, 20-03-2019
+    Step 4      :active,k4,after k3, 20-04-2019
+
+```
 
 ## 4 Quality management
 Working methods, tools, instructions and standards applicable to the project.
-- 
GitLab