diff --git a/.github/templates/README.template.md b/.github/templates/README.template.md index 182157b..4db35e1 100644 --- a/.github/templates/README.template.md +++ b/.github/templates/README.template.md @@ -202,13 +202,13 @@ Placeholders can be added by setting `VARIABLES` inside your Environment. ```yaml environment: VARIABLES: | - "NUMBER2": "002", - "GROUP_CHAT_1": [ - "user.id", - "000", - "001", - "group.id" - ] + "NUMBER2": "002", + "GROUP_CHAT_1": [ + "user.id", + "000", + "001", + "group.id" + ] ``` ### Recipients