README.markdown in resque-mongo-1.8.1 vs README.markdown in resque-mongo-1.9.8.1
- old
+ new
@@ -9,12 +9,17 @@
Resque-mongo uses a fairly new feature of mongo, [findAndModify()][fnr].
findAndModify that is only supported by 0.20+ version ofthe ruby mongo driver.
Also, check your mongo version: 1.3.0 or higher
-[fnr]: http://www.mongodb.org/display/DOCS/findandmodify+Command
+[fnr]: http://www.mongodb.org/display/DOCS/findandmodify+Command
+ gem install resque-mongo
+ # Rails integration, config/environment.rb
+ config.gem 'resque-mongo', :lib => 'resque'
+
+
Resque
======
Resque is a Redis-backed library for creating background jobs, placing
those jobs on multiple queues, and processing them later.
@@ -675,10 +680,10 @@
For a list of available plugins see
<http://wiki.github.com/defunkt/resque/plugins>.
If you'd like to write your own plugin, or want to customize Resque
using hooks (such as `Resque.after_fork`), see
-[docs/HOOKS.md](http://github.com/defunkt/resque/blob/master/HOOKS.md).
+[docs/HOOKS.md](http://github.com/defunkt/resque/blob/master/docs/HOOKS.md).
Namespaces
----------