diff options
author | Kevin Decker <kpdecker@gmail.com> | 2015-10-31 12:25:38 -0500 |
---|---|---|
committer | Kevin Decker <kpdecker@gmail.com> | 2015-10-31 12:25:38 -0500 |
commit | 3406b95cfdb57c4e279c07fb3999563a7eb8033d (patch) | |
tree | 3af5b4f532368e94fc70242a06cbbe5694016489 | |
parent | 98a6717e9ea71323da04e8e01e59c60ac46d42d1 (diff) | |
parent | 7b48a284e0b0d02f60284b4df1de71c3af87eadf (diff) | |
download | handlebars.js-3406b95cfdb57c4e279c07fb3999563a7eb8033d.zip handlebars.js-3406b95cfdb57c4e279c07fb3999563a7eb8033d.tar.gz handlebars.js-3406b95cfdb57c4e279c07fb3999563a7eb8033d.tar.bz2 |
Merge pull request #1127 from victorwpbastos/master
Tag DOMBars as deprecated
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 22b8a51..904b9e0 100644 --- a/README.markdown +++ b/README.markdown @@ -148,7 +148,7 @@ Handlebars in the Wild 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! -* [DOMBars](https://github.com/blakeembrey/dombars) is a DOM-based templating engine built on the Handlebars parser and runtime +* [DOMBars](https://github.com/blakeembrey/dombars) is a DOM-based templating engine built on the Handlebars parser and runtime **DEPRECATED** * [promised-handlebars](https://github.com/nknapp/promised-handlebars) is a wrapper for Handlebars that allows helpers to return Promises. External Resources |