Skip to content

Commit e90bde3

Browse files
committed
another README update
1 parent 466e1f8 commit e90bde3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/templates/README.template.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,7 @@ environment:
204204
VARIABLES: |
205205
"NUMBER2": "002",
206206
"GROUP_CHAT_1": [
207-
"user.id",
208-
"000",
209-
"001",
210-
"group.id"
207+
"user.id", "000", "001", "group.id"
211208
]
212209
```
213210

@@ -251,7 +248,11 @@ Message Aliases can be added by setting `MESSAGE_ALIASES`:
251248

252249
```yaml
253250
environment:
254-
MESSAGE_ALIASES: ' [{ "alias": "note", "priority": 4 }, { "alias": "test", "priority": 3 }] '
251+
MESSAGE_ALIASES: |
252+
[
253+
{ "alias": "note", "priority": 4 },
254+
{ "alias": "test", "priority": 3 }
255+
]
255256
```
256257

257258
## Contributing

0 commit comments

Comments
 (0)