Updated config (markdown)

master
Chris Caron 2019-05-14 16:53:07 -04:00
parent df64d892e8
commit 21f26a9b3a
1 changed files with 2 additions and 3 deletions

@ -104,7 +104,7 @@ a.notify(tag="devops")
## Apprise Config Format Detection:
### File Based (file://)
* .yml and **.yaml** files are assumed to be YAML
* **.yml** and **.yaml** files are assumed to be YAML
* as anything else is assumed to follow the TEXT
### Web Based (http:// and https://)
@ -158,5 +158,4 @@ notify -b "has TagA OR TagB" --tag=TagA --tag=TagB
# For each item you group with the same --tag value is AND'ed
notify -b "has TagA AND TagB" --tag="TagA, TagB"
notify -b "has (TagA AND TagB) OR TagC" --tag="TagA, TagB" --tag=TagC
```
```