summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2015-08-14 15:20:45 -0500
committerkpdecker <kpdecker@gmail.com>2015-08-14 15:20:45 -0500
commit519fac508146a3844bcc3db5317069008d899b93 (patch)
tree4ae68373cb22a3d52ea3309de0177967368a4dc7
parent624a4c71aa3ec2206e2338d939c0ae8df7eec97a (diff)
downloadhandlebars.js-519fac508146a3844bcc3db5317069008d899b93.zip
handlebars.js-519fac508146a3844bcc3db5317069008d899b93.tar.gz
handlebars.js-519fac508146a3844bcc3db5317069008d899b93.tar.bz2
Link to try handlebars from readme
-rw-r--r--README.markdown2
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
----------