Merge pull request #243 from LostKobrakai/master

Changed dollar sign to full word
This commit is contained in:
Justin Hileman
2014-12-19 09:56:05 -08:00
+2 -2
View File
@@ -24,9 +24,9 @@ And a more in-depth example -- this is the canonical Mustache template:
```html+jinja ```html+jinja
Hello {{name}} Hello {{name}}
You have just won ${{value}}! You have just won {{value}} dollar!
{{#in_ca}} {{#in_ca}}
Well, ${{taxed_value}}, after taxes. Well, {{taxed_value}} dollar, after taxes.
{{/in_ca}} {{/in_ca}}
``` ```