From 4362336656b3ffd8fd4c6427a06aeca07e0060c2 Mon Sep 17 00:00:00 2001 From: wycats Date: Tue, 8 Feb 2011 15:01:28 -0800 Subject: [PATCH] Fix broken README information --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 02f244a4..9501b243 100644 --- a/README.markdown +++ b/README.markdown @@ -5,7 +5,7 @@ Handlebars.js is an extension to the [Mustache templating language](http://musta Installing ---------- -Installing Handlebars is easy. Simply [download the package from GitHub](https://github.com/downloads/wycats/handlebars.js/handlebars.js) and add it to your web pages. You can also get a [debug version](https://github.com/downloads/wycats/handlebars.js/handlebars.debug.js) which helps newer browsers print out useful stack traces. +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). Usage -----