Use stateDiagram-v2

This commit is contained in:
Alexis Lefebvre
2020-10-14 18:35:49 +02:00
committed by GitHub
parent fdd6e8f405
commit 67923cf807

View File

@@ -88,7 +88,7 @@
`;
break;
case "StateDiagram":
code = `stateDiagram
code = `stateDiagram-v2
[*] --> Still
Still --> [*]
Still --> Moving