README.md in fancybox-rails-0.1.2 vs README.md in fancybox-rails-0.1.3

- old
+ new

@@ -44,15 +44,16 @@ With the gem installed and included in your asset manifests, you can now use fancybox as you normally would. ``` javascript -jQuery(function() { +$(document).ready(function() { $("a.fancybox").fancybox(); }); ``` ## More information +* [Contributors](https://github.com/hecticjeff/fancybox-rails/contributors) * [DHH's RailsConf 2011 talk on the rails 3.1 asset pipeline](http://www.youtube.com/watch?v=cGdCI2HhfAU) Copyright (c) Chris Mytton