From 0a65ba5a675c326b8681c96e40d1267adc3bb90b Mon Sep 17 00:00:00 2001 From: Evgeny Date: Fri, 15 Oct 2021 15:13:38 +0300 Subject: [PATCH] fix readme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8b1554c..89c5e48 100644 --- a/README.md +++ b/README.md @@ -274,14 +274,14 @@ The kit also includes: In order for AIO Launcher to correctly display information about the script in the script directory and correctly display the title, you must add metadata to the beginning of the script. For example: ``` -- name = "Covid info" -- description = "Cases of illness and death from covid" -- data_source = "https://covid19api.com" -- arguments_help = "Specify the country code" -- arguments_default = "RU" -- type = "widget" -- author = "Evgeny Zobnin (zobnin@gmail.com)" -- version = "1.0" +-- name = "Covid info" +-- description = "Cases of illness and death from covid" +-- data_source = "https://covid19api.com" +-- arguments_help = "Specify the country code" +-- arguments_default = "RU" +-- type = "widget" +-- author = "Evgeny Zobnin (zobnin@gmail.com)" +-- version = "1.0" ``` # Contribution