aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c74639acf2..090fba2565 100644
--- a/README.md
+++ b/README.md
@@ -24,8 +24,8 @@ Set the queue adapter for Active Job:
``` ruby
ActiveJob::Base.queue_adapter = :inline # default queue adapter
-# Adapters currently supported: :delayed_job, :que, :queue_classic, :resque,
-# :sidekiq, :sneakers, :sucker_punch
+# Adapters currently supported: :backburner, :delayed_job, :que, :queue_classic,
+# :resque, :sidekiq, :sneakers, :sucker_punch
```
Declare a job like so: