From 2b9960e05f778985f84d28f1b194131a7ca81975 Mon Sep 17 00:00:00 2001 From: Neil Cuzon <58763315+NeilCuzon@users.noreply.github.com> Date: Tue, 14 Jul 2020 14:25:49 -0700 Subject: [PATCH] Update stateDiagram.md --- docs/stateDiagram.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/stateDiagram.md b/docs/stateDiagram.md index c593aa2b8..e1de656a6 100755 --- a/docs/stateDiagram.md +++ b/docs/stateDiagram.md @@ -1,5 +1,7 @@ # State diagrams +**Edit this Page** [![N|Solid](./img/GitHub-Mark-32px.png)](./stateDiagram.md) + > "A state diagram is a type of diagram used in computer science and related fields to describe the behavior of systems. State diagrams require that the system described is composed of a finite number of states; sometimes, this is indeed the case, while at other times this is a reasonable abstraction." Wikipedia Mermaid can render state diagrams. The syntax tries to be compliant with the syntax used in plantUml as this will make it easier for users to share diagrams between mermaid and plantUml.