From ee84b5372a9e034a692f539c347383519389a377 Mon Sep 17 00:00:00 2001 From: lead2gold Date: Tue, 13 Mar 2018 19:33:18 -0400 Subject: [PATCH] Updated Notify_join (markdown) --- Notify_join.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify_join.md b/Notify_join.md index 80a41e9..3755512 100644 --- a/Notify_join.md +++ b/Notify_join.md @@ -35,5 +35,5 @@ Send a Join notification to all of our configured devices: ```bash # Assuming our {apikey} is abcdefghijklmnop-abcdefg # Assume we're sending to the group: all -notify join://abcdefghijklmnop-abcdefg/group.all +apprise join://abcdefghijklmnop-abcdefg/group.all ```