From e8edfaa470d8b62ee2b889d4558fd6aae3e3c3bc Mon Sep 17 00:00:00 2001 From: lead2gold Date: Tue, 13 Mar 2018 19:32:49 -0400 Subject: [PATCH] Updated Notify_ifttt (markdown) --- Notify_ifttt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify_ifttt.md b/Notify_ifttt.md index aeff744..a7897c9 100644 --- a/Notify_ifttt.md +++ b/Notify_ifttt.md @@ -42,5 +42,5 @@ Send a IFTTT notification: ```bash # Assuming our {WebhookID} is b1lUk7b9LpGakJARKBwRIZ # Assuming our {Event} is sms_message -notify ifttt:///b1lUk7b9LpGakJARKBwRIZ@sms_message +apprise ifttt:///b1lUk7b9LpGakJARKBwRIZ@sms_message ```