diff --git a/README.md b/README.md index 5b11c0f..5842540 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,11 @@ The JSON structure for a content file is as follows: } }, "content": { - "children": [ /* ... */ ] + "children": [ + { + "_": "..." + } + ] } } ]