Skip to content

Commit 915108f

Browse files
committed
update readme
1 parent d433f53 commit 915108f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ JSON file:
4242
"5": 2
4343
},
4444
"edges": [
45-
{"target": 0, "targetHandle": "x", "source": 1, "sourceHandle": "x"},
46-
{"target": 1, "targetHandle": "x", "source": 4, "sourceHandle": null},
47-
{"target": 1, "targetHandle": "y", "source": 5, "sourceHandle": null},
48-
{"target": 0, "targetHandle": "y", "source": 2, "sourceHandle": "y"},
49-
{"target": 2, "targetHandle": "x", "source": 4, "sourceHandle": null},
50-
{"target": 2, "targetHandle": "y", "source": 5, "sourceHandle": null},
51-
{"target": 0, "targetHandle": "z", "source": 3, "sourceHandle": "z"},
52-
{"target": 3, "targetHandle": "x", "source": 4, "sourceHandle": null},
53-
{"target": 3, "targetHandle": "y", "source": 5, "sourceHandle": null}
45+
{"tn": 0, "th": "x", "sn": 1, "sh": "x"},
46+
{"tn": 1, "th": "x", "sn": 4, "sh": null},
47+
{"tn": 1, "th": "y", "sn": 5, "sh": null},
48+
{"tn": 0, "th": "y", "sn": 2, "sh": "y"},
49+
{"tn": 2, "th": "x", "sn": 4, "sh": null},
50+
{"tn": 2, "th": "y", "sn": 5, "sh": null},
51+
{"tn": 0, "th": "z", "sn": 3, "sh": "z"},
52+
{"tn": 3, "th": "x", "sn": 4, "sh": null},
53+
{"tn": 3, "th": "y", "sn": 5, "sh": null}
5454
]
5555
}
5656
```

0 commit comments

Comments
 (0)