Skip to content

Commit

Permalink
Fix Readme typo: delayed_job_mongoid is for Mongoid
Browse files Browse the repository at this point in the history
  • Loading branch information
semaperepelitsa committed Dec 20, 2011
1 parent f0776bd commit b356b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -25,7 +25,7 @@ If you plan to use delayed_job with Active Record, add @delayed_job_active_recor
gem 'delayed_job_active_record'
</pre>

If you plan to use delayed_job with Active Record, add @delayed_job_mongoid@ to your @Gemfile@.
If you plan to use delayed_job with Mongoid, add @delayed_job_mongoid@ to your @Gemfile@.

<pre>
gem 'delayed_job_mongoid'
Expand Down

0 comments on commit b356b15

Please sign in to comment.