Skip to content

Commit 65f3200

Browse files
authored
Fix JSON formatting in books.json (emo-bon/data-workflow-book#10)
Formatted JSON array to include commas between objects.
1 parent bb491f8 commit 65f3200

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

data/books.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
{
33
"name": "Data Workflow Book",
44
"url": "/data-workflow-book/"
5-
}
5+
},
66
{
77
"name": "Handbook",
88
"url": "https://repository.oceanbestpractices.org/handle/11329/1738"
9-
}
9+
},
1010
{
1111
"name": "Data Management Plan",
1212
"url": "https://repository.oceanbestpractices.org/handle/11329/1918"
1313
}
1414
]
1515

16+

0 commit comments

Comments
 (0)