diff --git a/Notify_techulus.md b/Notify_techulus.md index 3983e70..512e805 100644 --- a/Notify_techulus.md +++ b/Notify_techulus.md @@ -26,5 +26,6 @@ Valid syntax is as follows: Send a Techulus Push notification: ```bash # Assuming our {apikey} is b444a40f-3db9-4224-b489-9a514c41c009 -apprise push:///b444a40f-3db9-4224-b489-9a514c41c009/ +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + push:///b444a40f-3db9-4224-b489-9a514c41c009/ ```