Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
partkyle committed Apr 13, 2012
1 parent 4129da3 commit c99dc52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -83,6 +83,10 @@ var email = new Email({
from: 'arsenal@sample.com',
subject: 'What was Wenger thinking sending Walcott on that early?',
text: 'Did you see that ludicrous display last night?'
}, function(success, message) {
if (!success) {
console.log(message);
}
});
```

Expand Down

0 comments on commit c99dc52

Please sign in to comment.