Fix typo in README.md

This commit is contained in:
Daniel Valentine 2022-11-27 13:59:55 -07:00
parent 0e25e45008
commit 405c25b06a

View File

@ -143,7 +143,7 @@ At the end, the script will assemble the entries into a JSON array and place the
```json
{
"updated": "<today's date (at the Greenwich meridian) in ISO 8601 format>",
"instances: [<entries>]
"instances": ["<entries>"]
}
```