Skip to content

Commit

Permalink
Readme typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EricSmekens committed Jul 22, 2018
1 parent caa72fc commit acd61cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ result.then((result) => {

or send multiple with SendTextMessages:
```javascript
const result = myMessageApi.SendTextMessage(["00316012345678","003160000000"], "TestSender", "Hello world?!");
const result = myMessageApi.SendTextMessages(["00316012345678","003160000000"], "TestSender", "Hello world?!");
```

### License
Expand Down

0 comments on commit acd61cb

Please sign in to comment.