Skip to content

Commit

Permalink
Fix "mention-text" argument in README
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Al-Istannen committed Jun 20, 2024
1 parent 182067d commit d263981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ services:
# Tag the user with id 12345678
- '--mention=<@12345678>'
# Include this text after the mention
- '--mentionText=I got some news!'
- '--mention-text=I got some news!'
# Run every day at 06:13 (https://crontab.guru/#13_06_*_*_*)
- '--check-times=13 06 * * *'
# Post to this webhook
Expand Down Expand Up @@ -182,7 +182,7 @@ services:
# Tag the user with id 12345678
- '--mention=<@12345678>'
# Include this text after the mention
- '--mentionText=I got some news!'
- '--mention-text=I got some news!'
# Run every day at 06:13 (https://crontab.guru/#13_06_*_*_*)
- '--check-times=13 06 * * *'
# Use this bot token
Expand Down

0 comments on commit d263981

Please sign in to comment.