Skip to content
Snippets Groups Projects
Commit b4c0643d authored by L4136's avatar L4136
Browse files

Update pohja-tilakone.md

parent 5bedbd5e
No related branches found
No related tags found
No related merge requests found
Pipeline #403282 passed
......@@ -5,11 +5,11 @@ This is an example of drawing a state machine using Mermaid-script.
```mermaid
graph TD
Start-->|This is the text|Working
Working-->|Ask for feedback|Feedback discussion
Feedback discussion-->|Working based on the feedback|Working
Working-->|Ask for feedback|Feedback
Feedback-->|Working based on the feedback|Working
Working-->|Think you are ready?|Review
Review-->|Accepted|Delivery
Delivery-->|You are free!!|Go home
Delivery-->|You are free!!|Home!
Review-->|Needs more work|Working
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment