README.md in resque_mailer-2.0.3 vs README.md in resque_mailer-2.1.0

- old
+ new

@@ -25,12 +25,12 @@ Note that you can still have mail delivered synchronously by using the bang method variant: MyMailer.subject_email(params).deliver! -Oh, by the way. Don't forget that your async mailer jobs will be processed by -a separate worker. This means that you should resist the temptation to pass +Oh, by the way. Don't forget that **your async mailer jobs will be processed by +a separate worker**. This means that you should resist the temptation to pass database-backed objects as parameters in your mailer and instead pass record identifiers. Then, in your delivery method, you can look up the record from the id and use it as needed. If you want to set a different default queue name for your mailer, you can @@ -90,8 +90,6 @@ (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) * Send me a pull request. Bonus points for topic branches. ## Credits -This work was originally inspired by delayed_job_mailer -(http://github.com/andersondias/delayed_job_mailer) by Anderson Dias. Enhanced -and modified to work with Resque by Nick Plante. +Developed by Nick Plante with help from a number of [contributors](https://github.com/zapnap/resque_mailer/contributors).