diff options
author | kpdecker <kpdecker@gmail.com> | 2015-08-14 15:20:45 -0500 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2015-08-14 15:20:45 -0500 |
commit | 519fac508146a3844bcc3db5317069008d899b93 (patch) | |
tree | 4ae68373cb22a3d52ea3309de0177967368a4dc7 /README.markdown | |
parent | 624a4c71aa3ec2206e2338d939c0ae8df7eec97a (diff) | |
download | handlebars.js-519fac508146a3844bcc3db5317069008d899b93.zip handlebars.js-519fac508146a3844bcc3db5317069008d899b93.tar.gz handlebars.js-519fac508146a3844bcc3db5317069008d899b93.tar.bz2 |
Link to try handlebars from readme
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 508ac96..363b5bc 100644 --- a/README.markdown +++ b/README.markdown @@ -10,7 +10,7 @@ Handlebars.js and Mustache are both logicless templating languages that keep the view and the code separated like we all know they should be. Checkout the official Handlebars docs site at -[http://www.handlebarsjs.com](http://www.handlebarsjs.com). +[http://www.handlebarsjs.com](http://www.handlebarsjs.com) and the live demo at [http://tryhandlebarsjs.com/](http://tryhandlebarsjs.com/). Installing ---------- |