fix readme
This commit is contained in:
16
README.md
16
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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user