Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoseong Hwang committed Dec 20, 2011
1 parent 2567171 commit 5825e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -27,7 +27,7 @@ Place individual Dust template file in their own file with `template_name.js.dus
Which will be compiled and rendered as:

```javascript
(function(){dust.register("post",body_0);function body_0(chk,ctx){return chk.write("Hello ").reference(ctx.get("name"),ctx,"h").write("! You have ").reference(ctx.get("count"),ctx,"h").write(" new messages.");}return body_0;})();
(function(){dust.register("demo",body_0);function body_0(chk,ctx){return chk.write("Hello ").reference(ctx.get("name"),ctx,"h").write("! You have ").reference(ctx.get("count"),ctx,"h").write(" new messages.");}return body_0;})();
```


Expand Down

0 comments on commit 5825e3e

Please sign in to comment.