From b02263d565b1701a951a1ab37135d48928b3e911 Mon Sep 17 00:00:00 2001 From: lead2gold Date: Wed, 29 Nov 2017 20:34:38 -0500 Subject: [PATCH] Updated Notify_kodi (markdown) --- Notify_kodi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify_kodi.md b/Notify_kodi.md index 3d24de5..cb0c4df 100644 --- a/Notify_kodi.md +++ b/Notify_kodi.md @@ -23,5 +23,5 @@ Secure connections (via https) should be referenced using **kodis://** where as Send a Kodi notification to our server listening on port 80: ```bash # Assuming our {hostname} is kodi.server.local -notify.py kodi://kodi.server.local +notify kodi://kodi.server.local ```