Skip to content

Commit

Permalink
express variable for test, example and read me
Browse files Browse the repository at this point in the history
  • Loading branch information
ddo committed Mar 6, 2014
1 parent 128e2de commit 935cca8
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 @@ -180,7 +180,7 @@ Check ORM document [Connecting to Database](https://github.com/dresende/node-orm
A express config file should be like this

```js
module.exports = function(app) {
module.exports = function(app, express) {
//any express config here
};
```
Expand Down

0 comments on commit 935cca8

Please sign in to comment.