Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Jun 15, 2012
1 parent a56d930 commit b4f4f22
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Readme.md
Expand Up @@ -7,10 +7,7 @@ Node.js module for rendering beautiful emails with [ejs][1] templates and email-

## Quick start

1. Install the module for your respective project.
```bash
npm install email-templates
```
1. Install the module for your respective project `npm install email-templates`.
2. Create a folder called `templates` inside your root directory (or elsewhere).
3. For each of your templates, respectively name and create a folder inside the `templates` folder.
4. Add the following files inside the template's folder:
Expand Down

0 comments on commit b4f4f22

Please sign in to comment.