Parcourir la source

Plural, too :)

Justin Hileman il y a 11 ans
Parent
commit
7cbc0d0796
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      README.md

+ 2 - 2
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}}
 ```