README.md in mootools-plus-0.1.0 vs README.md in mootools-plus-0.1.1

- old
+ new

@@ -5,27 +5,29 @@ ## Installation Add the gem in your `Gemfile`: ```ruby group :assets do - gem 'mootools-plus' + gem 'mootools-plus', '0.1.1' end ``` Then `bundle install` it. Add mootools-plus to the asset pipeline: ```javascript +//= require mootools-plus/logger //= require mootools-plus/array //= require mootools-plus/element ``` Enjoy! ## Documentation * [Native elements](https://github.com/caedes/mootools-plus/wiki/Native-elements) +* [Logger](https://github.com/caedes/mootools-plus/wiki/Logger) ## License This project uses MIT-LICENSE.