fix json formatting in ReadMe
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user