diff --git a/Home.md b/Home.md index 05bacd3..a618f69 100644 --- a/Home.md +++ b/Home.md @@ -37,16 +37,16 @@ The configuration will look like this: ```YAML javascript: - debug: true + debug: false github_script_downloads: false - engine: javascript argument_split: ',' + use_quick_js: true ``` * `debug` - Enable/Disable debug messages printed on console * `github_script_downloads` - Enable this option for downloading scripts from Github. [See more](#community-scripts) -* `engine` - Specify global engine in case of failed engine initialization -* `argument_split`: Specify symbol for splitting arguments, defaulting to `,` if the specified splitting symbol is `_`. [See more](Advanced-Scripts#arguments) +* `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! ## Community Scripts