Skip to content

Commit bef19d9

Browse files
Fix typo in readme (#15)
1 parent 0a8361c commit bef19d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const schema = {
3131
edges: {
3232
0: {
3333
from: [0], // this edge can connect nodes of type 0
34-
to: [1] // to nodes of type 1,
34+
to: [1], // to nodes of type 1,
3535
stroke: 'blue'
3636
}
3737
}

0 commit comments

Comments
 (0)