diff --git a/Notify_gitter.md b/Notify_gitter.md index 661110c..208f057 100644 --- a/Notify_gitter.md +++ b/Notify_gitter.md @@ -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 ``` \ No newline at end of file