Skip to content

Commit

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

ViewRouting feature using **express-partials** for layout detectiong, so you can turn it off using **noPartials** option
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):
```javascript
app.configure(function(){
app.set('view engine', 'ejs');
Expand Down Expand Up @@ -205,7 +205,7 @@ app.get('/', function(req, res) {

## where to go from here?

Currently express-device is on version 0.3.7. There are a couple of things that I have in mind to add, such as:
Currently express-device is on version 0.3.8. There are a couple of things that I have in mind to add, such as:
- trying to parse the OS from the request

Feel free to add issues with your own ideas or make pull requests (prefered method).
Expand Down

0 comments on commit 0f27418

Please sign in to comment.