From 94bea79e01c20c152bd878874b9953daedce9983 Mon Sep 17 00:00:00 2001
From: L4136 <l4136@student.jamk.fi>
Date: Mon, 3 Aug 2020 13:09:33 +0300
Subject: [PATCH] Update pohja-tilakone.md

---
 .../templates/pohja-tilakone.md                | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/documentation/20-Requirement-management/templates/pohja-tilakone.md b/documentation/20-Requirement-management/templates/pohja-tilakone.md
index 973c30c..576205c 100644
--- a/documentation/20-Requirement-management/templates/pohja-tilakone.md
+++ b/documentation/20-Requirement-management/templates/pohja-tilakone.md
@@ -1,16 +1,16 @@
-# Tilakone -pohja
+# State machine - template
 
-Esimerkki tilakoneen piirtämisestä soveltaen Mermaid -skpritiä. 
+This is an example of drawing a state machine using Mermaid-script. 
 
 ```mermaid
 graph TD
-    Aloitus-->|This is the text|Työskentely
-    Työskentely-->|Pyydetään palautetta|Palautekeskustelu
-    Palautekeskustelu-->|Jatketaan työskentelyä palautteen pohjalta|Työskentely
-    Työskentely-->|Homma valmis?|Tarkistus
-    Tarkistus-->|Hyväksytään|Luovutus
-    Luovutus-->|Olet vapaa!!|Kotia-kohti
-    Tarkistus-->|Vaatii työstämistä|Työskentely
+    Start-->|This is the text|Working
+    Working-->|Ask for feedback|Feedback discussion
+    Feedback discussion-->|Working based on the feedback|Working
+    Working-->|Think you are ready?|Review
+    Review-->|Accepted|Delivery
+    Delivery-->|You are free!!|Go home
+    Review-->|Needs more work|Working
 
 ```
 
-- 
GitLab