mirror of https://github.com/caronc/apprise
typo - to many colons (:); refs #3
parent
b7ab1111fd
commit
7d5fd92698
|
@ -8,10 +8,10 @@ To use this plugin, you need to first set yourself up with http://mattermost.com
|
|||
|
||||
### Syntax
|
||||
Valid syntaxes are as follows:
|
||||
* **mmost**:://**{hostname}**/**{webhook_id}**
|
||||
* **mmost**:://**{hostname}**:**{port}**/**{webhook_id}**
|
||||
* **mmosts**:://**{hostname}**/**{webhook_id}**
|
||||
* **mmosts**:://**{hostname}**:**{port}**/**{webhook_id}**
|
||||
* **mmost**://**{hostname}**/**{webhook_id}**
|
||||
* **mmost**://**{hostname}**:**{port}**/**{webhook_id}**
|
||||
* **mmosts**://**{hostname}**/**{webhook_id}**
|
||||
* **mmosts**://**{hostname}**:**{port}**/**{webhook_id}**
|
||||
|
||||
Secure connections (via https) should be referenced using **mmosts://** where as insecure connections (via http) should be referenced via **mmost://**.
|
||||
|
||||
|
|
Loading…
Reference in New Issue