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

master
lead2gold 2018-01-25 10:51:22 -05:00
parent b7ab1111fd
commit 7d5fd92698
1 changed files with 4 additions and 4 deletions

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