Updated Notify_pushbullet (markdown)

Chris Caron 2020-08-03 10:01:23 -04:00
parent ba7cd26784
commit f4d83e5416

@ -33,5 +33,6 @@ If neither a **{device_id}**, **#{channel}**, or **{email}** is specified, then
Send a Pushbullet notification to all devices:
```bash
# Assuming our {accesstoken} is abcdefghijklmno
apprise pbul://abcdefghijklmno
apprise -vv -t "Test Message Title" -b "Test Message Body" \
pbul://abcdefghijklmno
```