diff --git a/README.md b/README.md index de9777e..f98407b 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ Compile your HTML templates using the Ruby HAML command-line compiler ## WHAT!? WHY!?!?!? -Because I like underscore, and underscore templates. They come free -with Backbone. And Ruby's HAML treats them without abusing them. -It's not a great solution, but it's better than trying to write yet -another HAML parser. +Because I like [underscore](http://underscorejs.org/), and underscore +templates. They come free with [Backbone](http://backbonejs.org/). +And Ruby's HAML treats them without abusing them. It's not a great +solution, but it's better than trying to write yet another HAML +parser. And before you get me started on Jade, or Mustache, or whatever: forget it. Jade is a big learning curve for little reward, and the diff --git a/package.json b/package.json index f173d80..bc1053f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-ruby-haml", "description": "HAML via the Ruby compiler for Grunt", - "version": "0.0.3", + "version": "0.0.1", "homepage": "https://github.com/elfsternberg/grunt-ruby-haml", "author": { "name": "Elf M. Sternberg",