diff --git a/docs/filebase/first-file-area.md b/docs/filebase/first-file-area.md index 5e83e8d7..7d7a133d 100644 --- a/docs/filebase/first-file-area.md +++ b/docs/filebase/first-file-area.md @@ -55,15 +55,15 @@ fileBase: { storageTags: { retro_pc: "retro_pc" - retro_pc_bbs: "retro_pc/bbs" + retro_pc_bbs: "retro_pc/bbs" } areas: { retro_pc: { - name: Retro PC - desc: Oldschool PC/DOS - storageTags: [ "retro_pc", "retro_pc_bbs" ] - } + name: Retro PC + desc: Oldschool PC/DOS + storageTags: [ "retro_pc", "retro_pc_bbs" ] + } } } ```