diff --git a/.github/templates/README.template.md b/.github/templates/README.template.md index 4db35e1..9df84c2 100644 --- a/.github/templates/README.template.md +++ b/.github/templates/README.template.md @@ -204,10 +204,7 @@ environment: VARIABLES: | "NUMBER2": "002", "GROUP_CHAT_1": [ - "user.id", - "000", - "001", - "group.id" + "user.id", "000", "001", "group.id" ] ``` @@ -251,7 +248,11 @@ Message Aliases can be added by setting `MESSAGE_ALIASES`: ```yaml environment: - MESSAGE_ALIASES: ' [{ "alias": "note", "priority": 4 }, { "alias": "test", "priority": 3 }] ' + MESSAGE_ALIASES: | + [ + { "alias": "note", "priority": 4 }, + { "alias": "test", "priority": 3 } + ] ``` ## Contributing