From 591de408b337cdd38454b3b4df67324ae050b752 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 10:11:19 -0400 Subject: [PATCH] Updated Notify_gitter (markdown) --- Notify_gitter.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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