Skip to content

Commit

Permalink
fixed the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rguerreiro committed May 8, 2014
1 parent 0f27418 commit 283ca90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ app.get('/', function(req, res) {
})
```

View routing feature uses the **express-partials** module for layout detection. If you would like to turn it off, you can use the **noPartials** option (be advised that by doing this you no longer can use the view routing feature):
View routing feature uses the **express-partials** module for layout detection. If you would like to turn it off, you can use the **noPartials** option (be advised that by doing this you can no longer use the master\partial layout built into express-device, but you can route to full views):
```javascript
app.configure(function(){
app.set('view engine', 'ejs');
Expand Down

0 comments on commit 283ca90

Please sign in to comment.