Permalink
Browse files
Added installation line to Readme
- Loading branch information...
Showing
with
12 additions
and
0 deletions.
-
+12
−0
Readme.md
|
@@ -3,10 +3,22 @@ |
|
|
|
|
|
Node.js module for rendering beautiful emails with [ejs][1] templates and email-friendly inline CSS using [juice][2].
|
|
|
|
|
|
+
|
|
|
+
|
|
|
## Email Templates
|
|
|
|
|
|
For professional and customizable email templates, please visit <https://github.com/mailchimp/Email-Blueprints>.
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+## Installation
|
|
|
+
|
|
|
+```bash
|
|
|
+npm install email-templates
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
## Quick start
|
|
|
|
|
|
1. Install the module for your respective project `npm install email-templates`.
|
|
|
0 comments on commit
bb43563