docs(slack api): add links to slack's docs to README

This commit is contained in:
Philipp Kunz 2018-01-10 22:17:30 +01:00
parent 9dce7ec37e
commit a65815a83d

View File

@ -32,7 +32,7 @@ mySlackme.sendMessage:{{
}, 'myAwesomeChannel'} }, 'myAwesomeChannel'}
``` ```
The message interface looks like this: The message interface follows [Slack's docs (click here)](https://api.slack.com/docs/message-formatting) and looks like this:
```javascript ```javascript
interface IAttachmentField { interface IAttachmentField {