Updated Development_API (markdown)

Chris Caron 2019-02-09 02:27:41 -05:00
parent 5b3f4cb37e
commit 902c39c93c

@ -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