diff --git a/README.md b/README.md index ed210700..336ef29c 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ The default job types that ship with Whenever are defined like so: ```ruby job_type :command, ":task :output" job_type :rake, "cd :path && :environment_variable=:environment bundle exec rake :task --silent :output" -job_type :runner, "cd :path && bin/rails runner -e :environment ':task' :output" +job_type :runner, "cd :path && :bundle_command :runner_command -e :environment ':task' :output" job_type :script, "cd :path && :environment_variable=:environment bundle exec script/:task :output" ```