Updated Notify_kodi (markdown)

Chris Caron 2020-08-03 09:50:42 -04:00
parent de8c616bc4
commit c0c706118b

@ -27,5 +27,6 @@ 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
apprise kodi://kodi.server.local
apprise -vv -t "Test Message Title" -b "Test Message Body" \
kodi://kodi.server.local
```