diff --git a/Development_API.md b/Development_API.md index fb2094f..b074c50 100644 --- a/Development_API.md +++ b/Development_API.md @@ -72,9 +72,8 @@ apobj.notify( #### Leverage Tagging If you associated tags with your notification services when you called **add()** earlier, you can leverage it's full potential through the **notify()** function here. Tagging however allows you to trigger notifications only when a criteria is met. The tagging logic can be interpreted as follows: -| apprise.notify(tag=**match**) | Tag Representation | -| -------------------------------- | ------------------------ | -| _None_ | All Notifications (_this is the default_) +| apprise.notify(tag=_match_) | Notify Services Having Tag(s): | +| -------------------------------- | ------------------------------ | | "TagA" | TagA | "TagA, TagB" | TagA **OR** TagB | ['TagA', 'TagB'] | TagA **OR** TagB