From 902c39c93c4879db2b966e9fb53091cdb205649e Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 9 Feb 2019 02:27:41 -0500 Subject: [PATCH] Updated Development_API (markdown) --- Development_API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Development_API.md b/Development_API.md index 7310f06..37a0903 100644 --- a/Development_API.md +++ b/Development_API.md @@ -109,7 +109,7 @@ a.notify(title="my title", body="my body") ``` You could look at the apprise.notify() logic like this: -|tag= line | Tag Representation | +| tag= | Tag Representation | | ------------------------- | ------------------------ | | "TagA, TagB" | TagA **or** TagB | ['TagA', 'TagB'] | TagA **or** TagB