Skip to content

Commit

Permalink
update example file syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
emuskardin committed Mar 19, 2024
1 parent 6a43236 commit 0ee6f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DotModels/coffee_mealy.dot
@@ -1,5 +1,6 @@
digraph coffee_mealy {
s0 [label="s0"];
s1 [label="s1"];
s0 -> s1 [label="coin/ beep"];
s0 -> s0 [label="button/ init"];
s1 -> s1 [label="coin/ beep"];
Expand Down

0 comments on commit 0ee6f55

Please sign in to comment.