From 5f06df20d20aee253e63a06953a0283e690bffd9 Mon Sep 17 00:00:00 2001 From: kriix Date: Thu, 12 Feb 2015 00:50:20 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a41c5fa..f6a18d4 100644 --- a/README.md +++ b/README.md @@ -325,7 +325,7 @@ Output: ### Inverted Sections -An inverted section opens with `{{^section}}` instead of `{{#section}}`. The block of an inverted section is rendered only if the value of that section's tag is `null`, `undefined`, `false`, or an empty list. +An inverted section opens with `{{^section}}` instead of `{{#section}}`. The block of an inverted section is rendered only if the value of that section's tag is `null`, `undefined`, `false`, *falsy* or an empty list. View: