README.md in jquery-dragdrop-rails-2.2.0 vs README.md in jquery-dragdrop-rails-2.2.0.10

- old
+ new

@@ -1,26 +1,36 @@ # Jquery::Dragdrop::Rails -This is a simple integration for ThreeDubMedia's jquery.event.drag and jquery.event.drop plugins for Rails 3.x. +This is a simple integration of ThreeDubMedia's jquery.event.drag and jquery.event.drop plugins for Rails 3.x. +This gem just integrates the plugins as assets. +For more details on ThreeDubMedia's plugins, refer to http://threedubmedia.com + ## Installation Add this line to your application's Gemfile: gem 'jquery-dragdrop-rails' + And then execute: $ bundle + Or install it yourself as: $ gem install jquery-dragdrop-rails ## Usage +In applicaion.js + +``` +//= require jquery-dragdrop-rails +``` ## Contributing 1. Fork it