README.md in ajax_pagination-0.6.2 vs README.md in ajax_pagination-0.6.3

- old
+ new

@@ -16,27 +16,24 @@ gem 'ajax_pagination' and run the bundle install command. -Then add to your asset manifests, +Then add ajax_pagination to your asset manifests, ```js // app/assets/javascripts/application.js -//= require jquery -//= require jquery_ujs -//= require history //= require ajax_pagination ``` ```css /* app/assets/stylesheets/application.css *= require ajax_pagination */ ``` -To use this on Rails 3.0, or without using the asset pipeline, read [Installation without the Asset Pipeline](https://github.com/ronalchn/ajax_pagination/wiki/Installing-without-the-Asset-Pipeline) guide. +To use this on Rails 3.0, or without using the asset pipeline, read the [Installation without the Asset Pipeline](https://github.com/ronalchn/ajax_pagination/wiki/Installing-without-the-Asset-Pipeline) guide. ## Basic Usage In the ActionView, use ajax_section to declare a section, and ajax_link_to to create a link loading content into the section: ```erb @@ -113,6 +110,6 @@ If you want to use this program under a different license, please contact me. All pull requests to my repository will be assumed to assign to me non-exclusive rights for perpertual usage for any use whatsoever for those modifications to Ronald Ping Man Chan. If you do not have the power to assign that right, do not submit a pull request. This allows me to release the software under a more permissible license in the future if I want. Ronald -The software is released under LGPL. The LGPL License on this software means that this Gem can be used in any software (proprietary or otherwise), by using the gem command. However, the gem cannot be included directly in proprietary software (eg. as a plugin), without distributions of the software being under LGPL. Distribution of this Gem must be released under the LGPL as well. +The software is released under LGPL. This means that this Gem can be used in any software (proprietary or otherwise), by using the gem command for installation. However, the gem cannot be included directly in proprietary software (eg. as a plugin), without distributions of the software being under LGPL. Distribution of this Gem may only be released under a license LGPL is compatible with.