From aa56e725135e0c6f96f870ea16f34e3b8023ebcf Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 15 Feb 2013 16:40:59 -0800 Subject: [PATCH] Truth in exampling. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d0e20d..e6f96fb 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ the standard Mustache documentation on lambdas: String tmpl = "{{#bold}}{{name}} is awesome.{{/bold}}"; Mustache.compiler().compile(tmpl).execute(new Object() { + String name = "Willy"; Mustache.Lambda bold = new Mustache.Lambda() { public void execute (Template.Fragment frag, Writer out) throws IOException { out.write("");