From 57cbb3468980f0e2169d5320598af3a1aebfb80a Mon Sep 17 00:00:00 2001 From: BlitzOffline <52609756+BlitzOffline@users.noreply.github.com> Date: Sun, 22 Aug 2021 21:49:35 +0300 Subject: [PATCH] Ooops. Forgot a `-` --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index a618f69..703438c 100644 --- a/Home.md +++ b/Home.md @@ -46,7 +46,7 @@ The configuration will look like this: * `debug` - Enable/Disable debug messages printed on console * `github_script_downloads` - Enable this option for downloading scripts from Github. [See more](#community-scripts) * `argument_split` - Specify symbol for splitting arguments, defaulting to `,` if the specified splitting symbol is `_`. [See more](Advanced-Scripts#arguments) -* `use_quick_js` Switch to the QuickJS engine. If disabled, nashorn will be used. Careful! QuickJS breaks on some platforms! +* `use_quick_js` - Switch to the QuickJS engine. If disabled, nashorn will be used. Careful! QuickJS breaks on some platforms! ## Community Scripts