updated readme

This commit is contained in:
eleith 2011-12-09 03:13:37 -08:00
parent b42705850c
commit 6ad4112aa7
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
### emailjs
send emails, html and attachments from node.js to any smtp server
send emails, html and attachments (files, streams and strings) from node.js to any smtp server
### Installing

View File

@ -1,6 +1,6 @@
{
"name": "emailjs",
"description": "send text/html emails and attachments from node.js to any smtp server",
"description": "send text/html emails and attachments (files, streams and strings) from node.js to any smtp server",
"version": "0.2.0",
"author": "eleith",
"contributors":["izuzak", "Hiverness"],