From 56fbbef133829e5b75f52dddeaced7692bd40e6c Mon Sep 17 00:00:00 2001 From: Neil Cuzon <58763315+NeilCuzon@users.noreply.github.com> Date: Wed, 28 Oct 2020 01:10:39 -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 5bec42408..de965bc57 100644 --- a/docs/stateDiagram.md +++ b/docs/stateDiagram.md @@ -1,5 +1,7 @@ # State diagrams +**Edit this Page** [![N|Solid](img/GitHub-Mark-32px.png)](https://github.com/mermaid-js/mermaid/blob/develop/docs/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.