README.md in signature-pad-rails-0.4 vs README.md in signature-pad-rails-0.5

- old
+ new

@@ -2,19 +2,19 @@ Thomas Bradley's Signature Pad! For Rails! So great. This gem provides: - * Signature Pad 2.5.1 (js, css, font, and cursor) + * Signature Pad 2.5.2 (js, css, font, and cursor) * flashcanvas.js (js and swf) * json2 (js) The versions of flashcanvcas and json2 are as provided with the original Signature Pad package. To read more about Signature Pad, see http://thomasjbradley.ca/lab/signature-pad/. The Signature Pad source code -is at https://github.com/thomasjbradley/signature-pad. If you wish to make changes to Signature pad itself, -fork the Signature Pad project itself and contribute your changes back to that project. +is at https://github.com/thomasjbradley/signature-pad. If you wish to make changes to Signature Pad itself, +fork Thomas Bradley's Signature Pad project and contribute your changes back to that project. ## Installation Add this line to your application's Gemfile: @@ -49,9 +49,17 @@ cursor: url(<%= asset_path 'signature-pad/pen.cur' %>) 16 16, crosshair; or src: url("<%= asset_path 'signature-pad/journal.eot' %>"); + + +## Requirements + +signature-pad-rails requires: + +* rails 3.x or 4.x +* jquery-rails 3.0.0 or greater ## Usage See the Signature Pad documentation at http://thomasjbradley.ca/lab/signature-pad/.