diff --git a/wiki-rtd/docs/wiki_emulator_guides/scummvm-guide.md b/wiki-rtd/docs/wiki_emulator_guides/scummvm-guide.md
index c5a75b9e..bb035fc9 100644
--- a/wiki-rtd/docs/wiki_emulator_guides/scummvm-guide.md
+++ b/wiki-rtd/docs/wiki_emulator_guides/scummvm-guide.md
@@ -2,7 +2,7 @@
Create a **.scummvm** file in each game directory and launch that.
-The **.scummvm** file must be named using the correct **Game Short Name** and it must also contain this short name as a single string/word. You can find the complete list of supported ScummVM games with their corresponding short names [here](https:/www.scummvm.org/compatibility).
+The **.scummvm** file must be named using the correct **Game Short Name** and it must also contain this short name as a single string/word. You can find the complete list of supported ScummVM games with their corresponding short names [here](https:/www.scummvm.org/compatibility).
An example setup could look like the following:
```
@@ -11,7 +11,9 @@ retrodeck/roms/scummvm/Flight of the Amazon Queen/queen.scummvm
```
To clarify, the **sky.scummvm** file should contain just the single word sky and likewise the **queen.scummvm** file should only contain the word queen instead of **queen:queen** or **sky:sky**.
-In order to avoid having to display each game as a directory inside the game list (that needs to be entered each time you want to launch a game), you can optionally interpret each game directory as a file. Make sure to read the Directories interpreted as files section here to understand how this functionality works, but essentially the following would be the setup required for our example:
+In order to avoid having to display each game as a directory inside the game list (that needs to be entered each time you want to launch a game).
+
+You can optionally interpret each game directory as a file. Make sure to read the Directories interpreted as files section here to understand how this functionality works, but essentially the following would be the setup required for our example:
```
retrodeck/roms/scummvm/sky.scummvm/sky.scummvm