Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
julianduque committed Dec 6, 2013
1 parent 463709d commit 7c741c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .npmignore
@@ -1,3 +1,3 @@
test
Makefile
example
examples
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -20,12 +20,11 @@ var client = elasticemail.createClient({
var msg = {
from: 'julian@exmaple.org',
from_name: 'Julian Duque',
to: 'username@exaple.org',
to: 'username@example.org',
subject: 'Hello',
body_text: 'Hello World!'
};
client.mailer.send(msg, function(err, result) {
if (err) {
return console.error(err);
Expand Down

0 comments on commit 7c741c3

Please sign in to comment.