diff --git a/README.md b/README.md index 0df379b..6544347 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Rails.app_class.load_tasks class Test def perform - Rake::Task['crono:hello'].invoke + Rake::Task['crono:hello'].execute end end