From 03c02fba9601a12469a81ab832963ec7c972f3a8 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 13 Apr 2011 14:54:05 -0700 Subject: [PATCH] Formatting tweak. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ce98ed..668385f 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,9 @@ If you wish to make use of partials (e.g. `{{>subtmpl}}`) you must provide a }); String tmpl = "...{{>subtmpl}}..."; c.compile(tmpl).execute(); - // will load `new File(templateDir, "subtmpl")` when compiling the template + +The above snippet will load `new File(templateDir, "subtmpl")` when compiling +the template. Extensions ==========