Skip to content

Commit

Permalink
Renamed parsetree.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Sep 24, 2010
1 parent 65a2238 commit b22165f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/parsetree.js → examples/conditionals.js
Expand Up @@ -16,7 +16,7 @@ var options = {
}
};

jade.renderFile(__dirname + '/parsetree.jade', options, function(err, html){
jade.renderFile(__dirname + '/conditionals.jade', options, function(err, html){
if (err) throw err;
console.log(html);
});
Expand Down

0 comments on commit b22165f

Please sign in to comment.