From cd4b0281190003d43e12a302e9c40962c4117879 Mon Sep 17 00:00:00 2001 From: chencheng Date: Fri, 4 Jul 2014 18:27:00 +0800 Subject: [PATCH] update template engines --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce4de2f..97d5f7d 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ A curated list of amazingly awesome browser-side JavaScript libraries, resources ## Templating Engines +*Templating engines allow you to perform string interpolation.* * [mustache.js](https://github.com/janl/mustache.js) - Minimal templating with {{mustaches}} in JavaScript. * [handlebars.js](https://github.com/wycats/handlebars.js/) - An extension to the Mustache templating language.