fix readme

This commit is contained in:
Evgeny
2021-10-15 15:13:38 +03:00
parent ea6a7c63e2
commit 0a65ba5a67

View File

@@ -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: 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" -- name = "Covid info"
- description = "Cases of illness and death from covid" -- description = "Cases of illness and death from covid"
- data_source = "https://covid19api.com" -- data_source = "https://covid19api.com"
- arguments_help = "Specify the country code" -- arguments_help = "Specify the country code"
- arguments_default = "RU" -- arguments_default = "RU"
- type = "widget" -- type = "widget"
- author = "Evgeny Zobnin (zobnin@gmail.com)" -- author = "Evgeny Zobnin (zobnin@gmail.com)"
- version = "1.0" -- version = "1.0"
``` ```
# Contribution # Contribution