From ab0e1fdda485afff3e5bd6d2bff6a48d05a50552 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 13 Apr 2011 14:43:48 -0700 Subject: [PATCH] Let's make Partials a subsection of Usage rather than a full top-level section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65d2e83..4cee32a 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ documentation](http://mustache.github.com/mustache.5.html) for details on the template syntax. Partials -======== +-------- 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: