Skip to content

Commit

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

# Usage

Pass a valid directory path as an argument to the module.

```js
var path = require('path')
, emailTemplates = require('email-templates')(path.join(__dirname, 'templates'));
```

Then render a template for a single email or render multiple (having only loaded the template once).
Render a template for a single email or render multiple (having only loaded the template once).

```js
var path = require('path')
Expand Down

0 comments on commit 0375445

Please sign in to comment.