Updated Notify_kumulos (markdown)

Chris Caron 2020-08-03 10:08:14 -04:00
parent 34513a8685
commit 7f92e83676

@ -26,5 +26,6 @@ Send a Kumulos Notification:
```bash
# Assuming our {APIKey} is 8b799edf-6f98-4d3a-9be7-2862fb4e5752
# Assuming our {ServerKey} is aNe8IVQvUay79KEOt8jEh2GPWOwRKAXG+lP7
apprise kumulos://8b799edf-6f98-4d3a-9be7-2862fb4e5752/aNe8IVQvUay79KEOt8jEh2GPWOwRKAXG+lP7
apprise -vv -t "Test Message Title" -b "Test Message Body" \
kumulos://8b799edf-6f98-4d3a-9be7-2862fb4e5752/aNe8IVQvUay79KEOt8jEh2GPWOwRKAXG+lP7
```