README.md in rails-cloud-tasks-0.0.2 vs README.md in rails-cloud-tasks-0.0.3

- old
+ new

@@ -62,9 +62,17 @@ | scheduler_file_path | Path which the scheduler file is located | 𐄂 | | './config/scheduler.yml' | | scheduler_prefix_name | The prefix to be set into scheduler job name | 𐄂 | | 'rails-cloud' | | tasks_path | The path to run tasks | 𐄂 | | '/tasks' | +- Configure ActiveJob queue_adapter + +```ruby +# ./config/application.rb + +config.active_job.queue_adapter = RailsCloudTasks.queue_adapter +``` + - Add a Job class: ```ruby # ./app/jobs/application_job.rb class ApplicationJob < ActiveJob::Base