Skip to content

Commit 68ea8fa

Browse files
Update README.md
1 parent 2baf4d7 commit 68ea8fa

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -263,10 +263,7 @@ environment:
263263
VARIABLES: |
264264
"NUMBER2": "002",
265265
"GROUP_CHAT_1": [
266-
"user.id",
267-
"000",
268-
"001",
269-
"group.id"
266+
"user.id", "000", "001", "group.id"
270267
]
271268
```
272269

@@ -310,7 +307,11 @@ Message Aliases can be added by setting `MESSAGE_ALIASES`:
310307

311308
```yaml
312309
environment:
313-
MESSAGE_ALIASES: ' [{ "alias": "note", "priority": 4 }, { "alias": "test", "priority": 3 }] '
310+
MESSAGE_ALIASES: |
311+
[
312+
{ "alias": "note", "priority": 4 },
313+
{ "alias": "test", "priority": 3 }
314+
]
314315
```
315316

316317
## Contributing

0 commit comments

Comments
 (0)