Skip to content

Commit

Permalink
Trying to fix rm
Browse files Browse the repository at this point in the history
  • Loading branch information
daraser committed Dec 13, 2012
1 parent 65a6ed4 commit 7eecd1c
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions 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');
Expand Down Expand Up @@ -42,4 +47,5 @@ app.get('/', function(req, res){
res.render('index', { });
})
```

0 comments on commit 7eecd1c

Please sign in to comment.