diff --git a/Notify_emby.md b/Notify_emby.md index 081e033..db4c1d0 100644 --- a/Notify_emby.md +++ b/Notify_emby.md @@ -6,12 +6,12 @@ ### Syntax Valid syntaxes are as follows: -* **emby**://**{hostname}** -* **emby**://**{hostname}**:**{port}** -* **emby**://**{userid}**:**{password}**@**{hostname}**:**{port}** -* **embys**://**{hostname}** -* **embys**://**{hostname}**:**{port}** -* **embys**://**{userid}**:**{password}**@**{hostname}**:**{port}** +* `emby://{hostname}` +* `emby://{hostname}:{port}` +* `emby://{userid}:{password}@{hostname}:{port}` +* `embys://{hostname}` +* `embys://{hostname}:{port}` +* `embys://{userid}:{password}@{hostname}:{port}` Secure connections (via https) should be referenced using **embys://** where as insecure connections (via http) should be referenced via **emby://**.