From 2b6fcbb7ffecc2a27277a190c7775e05ea5474e4 Mon Sep 17 00:00:00 2001 From: zurdi Date: Thu, 29 May 2025 10:32:38 +0000 Subject: [PATCH] fix: Correct indentation in folder structure documentation --- docs/Getting-Started/Folder-Structure.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Getting-Started/Folder-Structure.md b/docs/Getting-Started/Folder-Structure.md index 9260d95..38221ef 100644 --- a/docs/Getting-Started/Folder-Structure.md +++ b/docs/Getting-Started/Folder-Structure.md @@ -9,12 +9,12 @@ RomM organizes content in two main categories: ROMs and BIOS files. - **Structure A (Recommended)**: Both ROMs and BIOS files have their own dedicated root folders, with platform folders inside each. - - `/roms/{platform}/` - Contains all game files for that platform - - `/bios/{platform}/` - Contains all BIOS files for that platform + - `/roms/{platform}/` - Contains all game files for that platform + - `/bios/{platform}/` - Contains all BIOS files for that platform - **Structure B (Fallback)**: Each platform has its own root folder containing both a ROMs folder and a BIOS folder. - - `/{platform}/roms/` - Contains all game files for that platform - - `/{platform}/bios/` - Contains all BIOS files for that platform + - `/{platform}/roms/` - Contains all game files for that platform + - `/{platform}/bios/` - Contains all BIOS files for that platform !!! note The BIOS folder is entirely optional and only needed for platforms that require BIOS files.