diff options
author | Kevin Decker <kpdecker@gmail.com> | 2013-08-26 14:47:08 -0700 |
---|---|---|
committer | Kevin Decker <kpdecker@gmail.com> | 2013-08-26 14:47:08 -0700 |
commit | 7ec25f364a0a23bc764078ee01ed97db9acbabcb (patch) | |
tree | 2420f5e7ef82cbbf8c12e0f376f043c1141fd79d | |
parent | 28c4f4b9ddbab49bd352946dc0b5bdd822e0a22a (diff) | |
parent | 3b8a061200a56195cb694c55a5abae5568265944 (diff) | |
download | handlebars.js-7ec25f364a0a23bc764078ee01ed97db9acbabcb.zip handlebars.js-7ec25f364a0a23bc764078ee01ed97db9acbabcb.tar.gz handlebars.js-7ec25f364a0a23bc764078ee01ed97db9acbabcb.tar.bz2 |
Merge pull request #606 from elving/patch-1
Add Swag to the "Handlebars in the Wild" list.
-rw-r--r-- | README.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 68f94a3..e19e0d7 100644 --- a/README.markdown +++ b/README.markdown @@ -378,6 +378,7 @@ Handlebars in the Wild * [SproutCore](http://www.sproutcore.com) uses Handlebars.js as its main templating engine, extending it with automatic data binding support. * [YUI](http://yuilibrary.com/yui/docs/handlebars/) implements a port of handlebars +* [Swag](https://github.com/elving/swag) by [@elving](https://github.com/elving) is a growing collection of helpers for handlebars.js. Give your handlebars.js templates some swag son! External Resources ------------------ |