Skip to content

Commit

Permalink
Merge pull request #53 from alexislefebvre/patch-1
Browse files Browse the repository at this point in the history
Use stateDiagram-v2
  • Loading branch information
knsv committed Oct 15, 2020
2 parents fdd6e8f + 67923cf commit bdfb3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Edit.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
`;
break;
case "StateDiagram":
code = `stateDiagram
code = `stateDiagram-v2
[*] --> Still
Still --> [*]
Still --> Moving
Expand Down

0 comments on commit bdfb3f8

Please sign in to comment.