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