Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "pixl-mail", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A very simple class for sending e-mail via SMTP.", | ||
@@ -5,0 +5,0 @@ "author": "Joseph Huckaby <jhuckaby@gmail.com>", |
@@ -129,3 +129,3 @@ # Overview | ||
"\n" + | ||
"<h1>Dear Mr. Presdient,</h1>\n<p><b>Please</b> give NASA back their <i>money</i>.</p>\n"; | ||
"<h1>Dear Mr. President,</h1>\n<p><b>Please</b> give NASA back their <i>money</i>.</p>\n"; | ||
@@ -132,0 +132,0 @@ mail.send( message, function(err) { |