Updated Notify_zulip (markdown)

master
Chris Caron 2020-08-03 09:47:45 -04:00
parent 01b447eed6
commit 721500a273
1 changed files with 2 additions and 1 deletions

@ -44,5 +44,6 @@ Send a Zulip notification:
# Assuming our {organization} is apprise
# Assuming our {token} is T1JJ3T3L2
# Assuming our {botname} is goober
apprise zulip:///goober@apprise/T1JJ3T3L2
apprise -vv -t "Test Message Title" -b "Test Message Body" \
zulip:///goober@apprise/T1JJ3T3L2
```