diff --git a/Notify_kodi.md b/Notify_kodi.md index 3f08b03..44a3ade 100644 --- a/Notify_kodi.md +++ b/Notify_kodi.md @@ -27,5 +27,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 kodi://kodi.server.local +apprise kodi://kodi.server.local ```