README.md in select_all-rails-0.3.0 vs README.md in select_all-rails-0.3.1
- old
+ new
@@ -1,16 +1,17 @@
# select_all-rails
***Simple to check and uncheck checkboxes***
***
-[](https://badge.fury.io/rb/select_all-rails) [](https://codeclimate.com/github/JigneshSatam/select_all-rails) [](https://codeclimate.com/github/JigneshSatam/select_all-rails)
+[](https://badge.fury.io/rb/select_all-rails) [](https://codeclimate.com/github/JigneshSatam/select_all-rails) [](https://codeclimate.com/github/JigneshSatam/select_all-rails)
Select_all-rails is gem for implementing '**select-all**' functionality in more simple and effective way in your ruby-on-rails application.
## Functionalities
-* [***Basic Usage***](http://jigneshsatam.github.io/checkbox_select_all/index_demo.html#basic_usage) - Selecting/Unselecting multiple checkboxes.
-* [***Multiple Seletions***](http://jigneshsatam.github.io/checkbox_select_all/index_demo.html#multiple_selections) - Implementing more than one select-all functionalities in a page.
-* [***Ajax Added Checkboxes***](http://jigneshsatam.github.io/checkbox_select_all/index_demo.html#ajax_added_checkboxes) - Implementing select-all functionality to new checkboxes added by an Ajax call.
-* [***Show Selection/Count***](http://jigneshsatam.github.io/checkbox_select_all/index_demo.html#show_selected_count) - Display selected checkboxes count or checkboxes remaining to select count or selected checkboxes count out of total checkboxes.
+* [***Basic Usage***](http://jigneshsatam.github.io/select_all-rails/#basic_usage) - Selecting/Unselecting multiple checkboxes.
+* [***Multiple Seletions***](http://jigneshsatam.github.io/select_all-rails/#multiple_selections) - Implementing more than one select-all functionalities in a page.
+* [***Ajax Added Checkboxes***](http://jigneshsatam.github.io/select_all-rails/#ajax_added_checkboxes) - Implementing select-all functionality to new checkboxes added by an Ajax call.
+* [***Show Selection/Count***](http://jigneshsatam.github.io/select_all-rails/#show_selected_count) - Display selected checkboxes count or checkboxes remaining to select count or selected checkboxes count out of total checkboxes.
+
## Installation
Add this line to your application's **Gemfile**:
```ruby
@@ -42,11 +43,11 @@
<script type="text/javascript">
$("#selectAll").select_all();
</script>
```
-***For more usage checkout*** [**Demo**](http://jigneshsatam.github.io/checkbox_select_all/index_demo.html)
+***For more usage checkout*** [**Demo**](http://jigneshsatam.github.io/select_all-rails/)
Rails haml example:
```haml
= check_box_tag 'checkAll'
@@ -69,6 +70,6 @@
1. Fork it ( https://github.com/[my-github-username]/select_all-rails/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
-5. Create a new Pull Request
\ No newline at end of file
+5. Create a new Pull Request