Skip to content

Commit

Permalink
Fix code block example in README.md
Browse files Browse the repository at this point in the history
Remove misplaced semicolon.
  • Loading branch information
luisFilipePT authored Apr 13, 2019
1 parent b4aaeb2 commit 7654aad
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 @@ -109,7 +109,7 @@ email
})
.then(res => {
console.log('res.originalMessage', res.originalMessage)
});
})
.catch(console.error);
```

Expand Down

0 comments on commit 7654aad

Please sign in to comment.