Skip to content

Commit

Permalink
revise example
Browse files Browse the repository at this point in the history
  • Loading branch information
ddo committed Apr 28, 2014
1 parent 8c3de93 commit 0f7da04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ require('express-orm-mvc')(function(error, mvc) {

console.log('Server is running');
console.log('Mode: %s', mvc.mode);
console.log('Port: %s', mvc.setting.port);
console.log('Port: %s', mvc.settings.port);
});

0 comments on commit 0f7da04

Please sign in to comment.