From 03754456cd14df0ccc6cb2012037fb6ff295e180 Mon Sep 17 00:00:00 2001 From: Nick Baugh Date: Sun, 17 Jun 2012 22:05:27 -0400 Subject: [PATCH] Fixed typo --- Readme.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Readme.md b/Readme.md index 2e1e76e..c83236d 100644 --- a/Readme.md +++ b/Readme.md @@ -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')