Skip to content

Commit d29714d

Browse files
committed
Fixed missing commas in the example graphs
1 parent c848111 commit d29714d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Examples
229229
"label": "graph label",
230230
"metadata": {
231231
"user-defined": "values"
232-
}
232+
},
233233
"nodes": [
234234
{
235235
"id": "0",
@@ -269,7 +269,7 @@ Examples
269269
"label": "graph label",
270270
"metadata": {
271271
"user-defined": "values"
272-
}
272+
},
273273
"nodes": [
274274
{
275275
"id": "0",

0 commit comments

Comments
 (0)