From 8ce01cd0606415631297e6f6ea3fdb6c6dae6407 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sat, 29 Oct 2011 13:17:56 -0700 Subject: [PATCH] Added missing bangs, nixed quotes. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3770f58..1b22bac 100644 --- a/README.md +++ b/README.md @@ -276,8 +276,8 @@ By taking advantage of reflection and bean-property-style lookups, you can do ko Note that compound variables are essentially short-hand for using singleton sections. The above examples could also be represented as: - "Hello {{#field}}{{who}}{{/field}}" - "Hello {{#class}}{{name}}{{/class}}" + Hello {{#field}}{{who}}{{/field}}! + Hello {{#class}}{{name}}{{/class}}! Note also that one semantic difference exists between nested singleton sections and compound variables: compound variables do not make use of the default value