update readme

This commit is contained in:
Philipp Kunz 2018-01-10 22:12:19 +01:00
parent f4bff3551e
commit 8992f1e879

View File

@ -93,7 +93,6 @@ interface IMessageOptions {
Alternatively, there is the option of specifying a SlackMessage class
```javascript
const mySlackMessage = new SlackMessage({ /* message options here } */, mySlackme)
mySlackMessage.title = 'new Title' // modify message options
mySlackMessage.sendToRoom('general')