From 2701211e116c67730b5a41e2b43ace377f1619b7 Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Fri, 15 Mar 2013 17:57:12 -0700 Subject: [PATCH] Small spelling fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27d384c..0bd8b47 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ If you wish to make use of partials (e.g. `{{>subtmpl}}`) you must provide a `Mustache.TemplateLoader` to the compiler when creating it. For example: final File templateDir = ...; - Mustache.Compiler c = Mustache.compiler().withLoader(new Mustach.TemplateLoader() { + Mustache.Compiler c = Mustache.compiler().withLoader(new Mustache.TemplateLoader() { public Reader getTemplate (String name) { return new FileReader(new File(templateDir, name)); }