Skip to content

Commit

Permalink
readme: move message_format config option below message in example
Browse files Browse the repository at this point in the history
I missed this in 8623de0.
  • Loading branch information
jkhsjdhjs committed Mar 4, 2024
1 parent 8410429 commit c2c6591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ message: |
{% for text in json.list %}
- {{ text }}
{% endfor %}
message_format: markdown
auth_type: Basic
auth_token: abc:123
message_format: markdown
force_json: false
ignore_empty_messages: false
```
Expand Down

0 comments on commit c2c6591

Please sign in to comment.