From 7cbc0d07966638046d7d476efdce812c15c9b8dc Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Sat, 27 Dec 2014 07:26:15 -0800 Subject: [PATCH] Plural, too :) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ea38e5..6a309ae 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ And a more in-depth example -- this is the canonical Mustache template: ```html+jinja Hello {{name}} -You have just won {{value}} dollar! +You have just won {{value}} dollars! {{#in_ca}} -Well, {{taxed_value}} dollar, after taxes. +Well, {{taxed_value}} dollars, after taxes. {{/in_ca}} ```