Skip to content

Commit

Permalink
fix sample in README
Browse files Browse the repository at this point in the history
  • Loading branch information
zheplusplus committed Jan 14, 2013
1 parent 6ceccf5 commit 9cfee22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ type less, do more !

### example:

var view = require('liteview');
var view = require('liteview').create();
view.init(tpl_base); // set template base to view
view.debug(true); //if needed, set debug ,view will console.log the debug info
view.render('test.html',{
Expand Down

0 comments on commit 9cfee22

Please sign in to comment.