diff --git a/Notify_ryver.md b/Notify_ryver.md index d87f06f..e9a9d01 100644 --- a/Notify_ryver.md +++ b/Notify_ryver.md @@ -49,5 +49,6 @@ Send a ryver notification: ```bash # Assuming our {organization} is apprise # Assuming our {token} is T1JJ3T3L2 -apprise ryver:///apprise/T1JJ3T3L2 +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + ryver:///apprise/T1JJ3T3L2 ```