Skip to content

Commit 7f7df68

Browse files
committed
fix example
Signed-off-by: Teo Koon Peng <[email protected]>
1 parent 6a20ef5 commit 7f7df68

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed
Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
{
22
"$schema": "../../../diagram.schema.json",
3+
"start": "mul3",
34
"ops": {
4-
"start": {
5-
"type": "start",
6-
"next": "mul3"
7-
},
85
"mul3": {
96
"type": "node",
107
"builder": "mul",
118
"config": 3,
12-
"next": "terminate"
13-
},
14-
"terminate": {
15-
"type": "terminate"
9+
"next": { "builtin": "terminate" }
1610
}
1711
}
1812
}

0 commit comments

Comments
 (0)