diff --git a/README.md b/README.md index cdfeb1d..d0bce9b 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,8 @@ require 'rake' Rails.app_class.load_tasks class Test - def perform(options) - Rake::Task['crono:hello'].invoke + def perform + Rake::Task['crono:hello'].execute end end