diff --git a/config.md b/config.md index 29504e2..9db623c 100644 --- a/config.md +++ b/config.md @@ -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 -``` - +``` \ No newline at end of file