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
```json
{
title = "Title",
author = "Author",
series = "Series",
pages = 100,
priority = 0,
progress = 0.5,
"title": "Title",
"author": "Author",
"series": "Series",
"pages": 100,
"priority": 0,
"progress": 0.5
}
```