README.md in backburner-1.6.0 vs README.md in backburner-1.6.1

- old
+ new

@@ -16,10 +16,10 @@ ## Why Backburner? Backburner is well tested and has a familiar, no-nonsense approach to job processing, but that is of secondary importance. Let's face it, there are a lot of options for background job processing. [DelayedJob](https://github.com/collectiveidea/delayed_job), -and [Resque](https://github.com/defunkt/resque) are the first that come to mind immediately. So, how do we make sense +and [Resque](https://github.com/resque/resque) are the first that come to mind immediately. So, how do we make sense of which one to use? And why use Backburner over other alternatives? The key to understanding the differences lies in understanding the different projects and protocols that power these popular queue libraries under the hood. Every job queue requires a queue store that jobs are put into and pulled out of. In the case of Resque, jobs are processed through **Redis**, a persistent key-value store. In the case of DelayedJob, jobs are processed through