From 01227221014a402044988449ef06ef53fde68ef0 Mon Sep 17 00:00:00 2001 From: Abel Martin Date: Tue, 29 May 2012 10:59:52 -0300 Subject: [PATCH] Changed 'nothin' => 'person' to make the documentation match the output. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32f98f6..a04f667 100644 --- a/README.md +++ b/README.md @@ -137,9 +137,9 @@ or is an empty list, the block will not be rendered. Template: Shown. - {{#nothin}} + {{#person}} Never shown! - {{/nothin}} + {{/person}} View: