diff --git a/config.md b/config.md index 273a25a..28b2e43 100644 --- a/config.md +++ b/config.md @@ -46,7 +46,8 @@ notify --config=https://myserver/my/apprise/config \ # load all of your services but only trigger the specific ones you're # interested in notifying: notify --config=https://myserver/my/apprise/config \ - --config=/a/path/on/the/local/pc -b "notify everything" \ + --config=/a/path/on/the/local/pc \ + -b "notify urls tagged with my-admin-team only" \ --tag=my-admin-team ```