Skip to content

Commit 298bc18

Browse files
committed
Merge branch 'master' of https://github.com/anbcodes/layoutr
2 parents e65aba8 + 3a8a4a1 commit 298bc18

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ npm run serve
1212

1313
## Usage
1414

15-
* Click "UPLOAD CVS OR JSON" to upload a file of the form:
15+
* Click "UPLOAD CSV OR JSON" to upload a file of the form:
1616
```
1717
source,target
1818
a,b
@@ -23,11 +23,17 @@ d,a
2323
for CSV and
2424
```
2525
{
26+
"nodes": [
27+
{ "id": "a" },
28+
{ "id": "b" },
29+
{ "id": "c" },
30+
{ "id": "d" }
31+
],
2632
"edges": [
2733
{
2834
"source": "a",
2935
"target": "b"
30-
},
36+
},
3137
{
3238
"source": "b",
3339
"target": "c"

0 commit comments

Comments
 (0)