From 90bb568faf485375f2bef873d7ed3379ff5fa250 Mon Sep 17 00:00:00 2001 From: Jeroen van Dijk Date: Wed, 4 May 2011 01:37:21 -0700 Subject: [PATCH] Add a link to the Readme to the very nice documentation site --- README.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.markdown b/README.markdown index 9468c426..3cddb9d9 100644 --- a/README.markdown +++ b/README.markdown @@ -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).