From 861fee30e9e4de865ffdea0d717cde93cb1f8826 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Thu, 14 Dec 2023 12:28:31 +0530 Subject: [PATCH] Fix small issue in `README.md` file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de15a80..6d2c716 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ important fields are: - `disable_read_aloud`, a boolean value, when set to `true`, it disable the text-to-speech feature - `disable_title`, a boolean value, when set to `true`, it disable the app title and set the app icon to hamburger - `disable_external_links`, a boolean value when set to `true`, it disables the external link popup -- `about_the_app`, a URL, when it is set, it adds an `About the app` item to the sidebar. Clicking it opens the URL in an external web browser and hides the external links preference from the settings. +- `about_the_app`, a URL, when it is set, it adds an `About the app` item to the sidebar. Clicking it opens the URL in an external web browser - `new`, A boolean value, when set to `true`, it triggers the creation and storage of a dummy release Bundle during the current workflow run.