Skip to content

Commit

Permalink
Fixes typo in the 'Supported Systems' sidebar item, also fixes a dead…
Browse files Browse the repository at this point in the history
… link to the Systems in getting-started (#36)
  • Loading branch information
MARKMENTAL authored Sep 12, 2024
1 parent e75c90f commit ce89f66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/1.docs/3.getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## Setup

1) Download the [latest release](https://github.com/EmulatorJS/EmulatorJS/releases/) and unzip it into your webserver hosted folder.
2) [Choose an emulator](/systems) you want embedded, then copy and paste its code into your "index.html" file and edit the necessary fields. You have the option to edit each of the fields manually or use the [Code Editor](#code-editor) tool.
2) [Choose an emulator](/docs/systems) you want embedded, then copy and paste its code into your "index.html" file and edit the necessary fields. You have the option to edit each of the fields manually or use the [Code Editor](#code-editor) tool.

### Example for NES

Expand Down Expand Up @@ -110,4 +110,4 @@ The process is similar as that of the Windows setup:
content:
- run --branch=stable --arch=x86_64 --command=/app/bin/chrome --file-forwarding com.google.Chrome @@u @@ --window-size=1024,640 --force-device-scale-factor=1.25 --device-scale-factor=1.25 --kiosk "http://192.168.1.120/
---
::
::
2 changes: 1 addition & 1 deletion content/1.docs/7.systems/1.index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Suported Systems
# Supported Systems

**EmulatorJS** supports the following systems:

Expand Down

0 comments on commit ce89f66

Please sign in to comment.