From 7eecd1c5855d243e99245a9abcba788b9321de35 Mon Sep 17 00:00:00 2001 From: daraser Date: Thu, 13 Dec 2012 08:31:38 +0200 Subject: [PATCH] Trying to fix rm --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8bdc195..97bcfc8 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,23 @@ express3-dot ============ -doT stub for Express 3.x with caching and layout support +doT stub for Express 3.x with caching and layout support. This an edited version with patial loading support. -Install -============ +##Install + +Install original reppo +``` npm install express-dot +``` -or you can use my fork on github; +or you can use my fork repository on github; -Setup -============ + +##Setup + +``` // load express doT var doT = require('express-dot'); @@ -42,4 +47,5 @@ app.get('/', function(req, res){ res.render('index', { }); }) +```