From a13a0762a0cc6ee96b8684d993e184382ee4bc71 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sun, 29 Apr 2018 09:13:16 -0600 Subject: [PATCH] Fix some formatting --- docs/filebase/first-file-area.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" ] + } } } ```