typo - to many colons (:); refs #3

master
lead2gold 2018-01-25 10:50:57 -05:00
parent be3575727c
commit b7ab1111fd
1 changed files with 4 additions and 4 deletions

@ -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://**.