From b906419e0a337d77fce6dc0f5b72b943c5b2dded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=AE=D8=A7=D9=84=D8=AF=20=D9=85=D8=AD=D9=85=D9=88=D8=AF?= Date: Tue, 3 Jun 2025 10:54:53 +0300 Subject: [PATCH] Update README.md Hi there, There was a small spelling mistake. The mistake was in the "customised" word which is in the table that is inside [Parameters Reference]( https://github.com/ppeccin/javatari.js?files=1#parameters-reference) section, specifically in the 9th row and the 3rd column. Best regards. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 357e1e6..92510f3 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ https://javatari.org?ROM=https://gamesarchive.org/StarCastle.zip&FORMAT=FA2 | `SCREEN_ELEMENT_ID` | "javatari-screen" | HTML Element ID to place the Emulator Screen | `SCREEN_CONSOLE_PANEL_DISABLED` | false | Hide the Console Panel controls | `CARTRIDGE_SHOW_RECENT` | true | Show a list of recent loaded ROMs at startup -| `CARTRIDGE_LABEL_COLORS` | "" | Space-separated colors for customised Label, Background, Border. e.g. "#f00 #000 transparent". Leave "" for defaults +| `CARTRIDGE_LABEL_COLORS` | "" | Space-separated colors for customized Label, Background, Border. e.g. "#f00 #000 transparent". Leave "" for defaults | `ALLOW_URL_PARAMETERS` | true | Allows overriding any parameters via URL query parameters | `AUTO_START` | true | Auto-Start the emulator as soon as ready | `AUTO_POWER_ON_DELAY` | 1200 | Auto-Power-ON after specified msecs. -1: no Auto-Power-ON