From 56dfa370c66e11fca1ba21ba794f806df900e17e Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 9 Feb 2019 15:15:22 -0500 Subject: [PATCH] Updated Development_API (markdown) --- Development_API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Development_API.md b/Development_API.md index 37a0903..eb62765 100644 --- a/Development_API.md +++ b/Development_API.md @@ -107,13 +107,13 @@ a.notify(title="my title", body="my body", tag=[('TagE', 'TagD'), 'TagB']) # Matches every single service. a.notify(title="my title", body="my body") ``` -You could look at the apprise.notify() logic like this: +You could look at the **apprise.notify()** logic like this: | tag= | Tag Representation | | ------------------------- | ------------------------ | | "TagA, TagB" | TagA **or** TagB | ['TagA', 'TagB'] | TagA **or** TagB -| [('TagA', 'TagC'), 'TagB']| (TagA **and** TagC) **or** TtagB +| [('TagA', 'TagC'), 'TagB']| (TagA **and** TagC) **or** TagB | [('TagB', 'TagC')] | TagB **and** TagC By default, all notifications are sent as type **NotifyType.INFO** using the _default_ theme. The following other types are included with this theme: