README.md in autosize-rails-1.18.4 vs README.md in autosize-rails-1.18.6
- old
+ new
@@ -1,8 +1,8 @@
# Autosize::Rails
-TODO: Write a gem description
+This gem packages `jquery-autosize` plugin for jQuery for the Rails 3.1+ asset pipeline.
## Installation
Add this line to your application's Gemfile:
@@ -16,10 +16,12 @@
$ gem install autosize-rails
## Usage
-TODO: Write usage instructions here
+ $(document).ready(function(){
+ $('textarea').autosize();
+ });
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)