Updated Notify_faast (markdown)

master
Chris Caron 2020-08-03 10:11:52 -04:00
parent 2f7098b9f1
commit 9e2e2365c6
1 changed files with 2 additions and 1 deletions

@ -20,5 +20,6 @@ Valid syntax is as follows:
Send a Faast notification
```bash
# Assuming our {authorizationtoken} is abcdefghijklmnop-abcdefg
apprise faast://abcdefghijklmnop-abcdefg
apprise -vv -t "Test Message Title" -b "Test Message Body" \
faast://abcdefghijklmnop-abcdefg
```