README.md in handlebars_assets-0.1.1 vs README.md in handlebars_assets-0.1.2

- old
+ new

@@ -6,13 +6,14 @@ Yea, I think so too. That is why I wrote **handlebars_assets**. Give your Handlebars templates their own files (including partials) and have them compiled, compressed, and cached as part of the Rails 3.1 asset pipeline! ## Installation -Load `handlebars_assets` in your `Gemfile` +Load `handlebars_assets` and `execjs` in your `Gemfile` gem 'handlebars_assets' + gem 'execjs' Require `handlebars.js` in your Javascript manifest (i.e. `application.js`) //= require handlebars @@ -79,10 +80,11 @@ 1. Create a Pull Request from your branch 1. That's it! # Author -Les Hill : @leshill +* Les Hill (@leshill) # Contributors -Matt Burke : @spraints ( execjs support ) +* Matt Burke (@spraints) : execjs support +* (@kendagriff) : 1.8.7 compatibility