Merge pull request #129 from sh-cho/patch-1

Fix closing tag in README.md
This commit is contained in:
Michael Bayne
2022-01-13 10:17:31 -08:00
committed by GitHub
+1 -1
View File
@@ -178,7 +178,7 @@ Object ctx = new Object() {
};
};
// template might look something like:
<h2>{{#i18n}}title{{/i18n}</h2>
<h2>{{#i18n}}title{{/i18n}}</h2>
{{#i18n}}welcome_msg{{/i18n}}
```