From 898d2d8aa6e59560f59b634afe7228e46d4bfe2d Mon Sep 17 00:00:00 2001 From: He4eT Date: Thu, 29 Jun 2023 20:50:44 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c3de57..f70489d 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ You can provide a direct link to a specific game using the following URL format: /#///[theme]/ ``` -- The `mode` parameter specifies the player interface mode: +- `mode` specifies the player interface mode: - `play`: the default multi-window mode - `focus`: the single-window mode without additional windows, such as the status bar -- The `encodedURL` parameter represents the location of the storyfile encoded with `encodeURIComponent`. -- The `theme` parameter is optional and allows you to choose a specific UI theme. +- `encodedURL` represents the location of the storyfile encoded with `encodeURIComponent`. +- `theme` is optional and allows you to choose a specific UI theme. ### CORS