Updated Notify_gitter (markdown)

master
Chris Caron 2020-08-03 10:11:19 -04:00
parent 7c7a141f2d
commit 591de408b3
1 changed files with 2 additions and 1 deletions

@ -33,5 +33,6 @@ Send a gitter notification to our channel _apprise/community_:
```bash
# Assuming our {token} is abcdefghij1234567890
# Assuming our {room} is apprise/community
apprise gitter:///abcdefghij1234567890/apprise
apprise -vv -t "Test Message Title" -b "Test Message Body" \
gitter:///abcdefghij1234567890/apprise
```