Skip to content

Commit

Permalink
Merge pull request #5 from athibaud/master
Browse files Browse the repository at this point in the history
README fix to mach changes in handler syntax
  • Loading branch information
mixu committed Sep 25, 2012
2 parents 90dd7fa + 7658f73 commit 9ac141e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -139,7 +139,7 @@ new Glue()
var out = Template.precompile(
fs.readFileSync(filename).toString()
);
done(wrap(filename.replace(extensionRe, '$1.js'), out));
done(filename.replace(extensionRe, '$1.js'), out);
})
.render(function(err, txt) {
console.log(txt);
Expand Down

0 comments on commit 9ac141e

Please sign in to comment.