Updated Notify_twist (markdown)

master
Chris Caron 2020-08-03 09:51:45 -04:00
parent a46b7d161c
commit 34665e6c51
1 changed files with 2 additions and 1 deletions

@ -40,5 +40,6 @@ Send a Twist notification to the channel #general associated with our default te
# - our {email} is test@example.com
# - our {password} is abc123
# - The {channel} is #general
apprise twist://abc123:test@example.com/#general
apprise -vv -t "Test Message Title" -b "Test Message Body" \
twist://abc123:test@example.com/#general
```