mirror of https://github.com/caronc/apprise
typo - to many colons (:); refs #3
parent
be3575727c
commit
b7ab1111fd
|
@ -6,10 +6,10 @@
|
||||||
|
|
||||||
### Syntax
|
### Syntax
|
||||||
Valid syntaxes are as follows:
|
Valid syntaxes are as follows:
|
||||||
* **kodi**:://**{hostname}**
|
* **kodi**://**{hostname}**
|
||||||
* **kodi**:://**{hostname}**:**{port}**
|
* **kodi**://**{hostname}**:**{port}**
|
||||||
* **kodis**:://**{hostname}**
|
* **kodis**://**{hostname}**
|
||||||
* **kodis**:://**{hostname}**:**{port}**
|
* **kodis**://**{hostname}**:**{port}**
|
||||||
|
|
||||||
Secure connections (via https) should be referenced using **kodis://** where as insecure connections (via http) should be referenced via **kodi://**.
|
Secure connections (via https) should be referenced using **kodis://** where as insecure connections (via http) should be referenced via **kodi://**.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue