fix json formatting in ReadMe

This commit is contained in:
2026-07-31 19:16:17 -06:00
parent 30c28f1c45
commit e5b08b0873
+6 -6
View File
@@ -19,12 +19,12 @@ tracker use is near frictionless. (0 maps to 10)
## data structure of an item ## data structure of an item
```json ```json
{ {
title = "Title", "title": "Title",
author = "Author", "author": "Author",
series = "Series", "series": "Series",
pages = 100, "pages": 100,
priority = 0, "priority": 0,
progress = 0.5, "progress": 0.5
} }
``` ```