README.md in apprise-me-0.0.3 vs README.md in apprise-me-0.0.4

- old
+ new

@@ -1,17 +1,17 @@ # apprise-me This gem utilizes apprise confirms for any link_to with confirm as a parameter. It uses the apprise project found at https://github.com/ThrivingKings/Apprise for the Rails asset pipeline (available since Rails 3.1). -Warning: This will not work links that have `:remote => true` set. +Note: This ignores links that have `:remote => true` set. Those links will continue to use the browser's default confirm. ### Usage To make use of this project add the following lines to 'app/assets/javascripts/application.js': //= require apprise-me - $(document).ready(function({ + $(document).ready(function(){ $("a[data-apprise-confirm]").appriseConfirm() }) and add the following line to 'app/assets/stylesheets/application.css'