From 8eee065aeac0ff5f22910952d8e86575debe4106 Mon Sep 17 00:00:00 2001 From: Fabio Formosa Date: Fri, 3 May 2019 23:48:34 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99d506e..fb332c2 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ If you are not confident with maven CLI, you can start it by your IDE. For more By default, quartz-manager executes the dummy job that logs "hello world!". Replace the dummy job (class: `it.fabioformosa.quartzmanager.jobs.SampleJob`) with yours. Follow these steps: -1. Let extend the super class `it.fabioformosa.quartzmanager.jobs.AbstractLoggingJob` +1. Extend the super class `it.fabioformosa.quartzmanager.jobs.AbstractLoggingJob` 1. Change the scheduler settings, providing the class name of your job. Open class `it.fabioformosa.quartzmanager.configuration.SchedulerConfig` and for the method `jobDetail` replace SampleJob.class with YourJob.class ## HOW TO CHANGE SETTINGS