Merge pull request #74 from jeroenvandijk/patch-1

Add a link to the Readme to the very nice documentation site
This commit is contained in:
Yehuda Katz
2011-05-05 11:14:29 -07:00
+3
View File
@@ -3,6 +3,9 @@ Handlebars.js
Handlebars.js is an extension to the [Mustache templating language](http://mustache.github.com/) created by Chris Wanstrath. 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://handlebars.strobeapp.com](http://handlebars.strobeapp.com).
Installing
----------
Installing Handlebars is easy. Simply [download the package from GitHub](https://github.com/wycats/handlebars.js/archives/master) and add it to your web pages (you should usually use the most recent version).