diff options
author | Victor Bastos <victorwpbastos@gmail.com> | 2015-10-31 13:51:14 -0200 |
---|---|---|
committer | Victor Bastos <victorwpbastos@gmail.com> | 2015-10-31 13:51:14 -0200 |
commit | 7b48a284e0b0d02f60284b4df1de71c3af87eadf (patch) | |
tree | 3af5b4f532368e94fc70242a06cbbe5694016489 | |
parent | 98a6717e9ea71323da04e8e01e59c60ac46d42d1 (diff) | |
download | handlebars.js-7b48a284e0b0d02f60284b4df1de71c3af87eadf.zip handlebars.js-7b48a284e0b0d02f60284b4df1de71c3af87eadf.tar.gz handlebars.js-7b48a284e0b0d02f60284b4df1de71c3af87eadf.tar.bz2 |
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 |