From 21f26a9b3a4886cc80f7e3996077cc593a17ff9c Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Tue, 14 May 2019 16:53:07 -0400 Subject: [PATCH] Updated config (markdown) --- config.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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