From 65a8026570257f3ea103fe8caa2a21f8982df661 Mon Sep 17 00:00:00 2001 From: Alberto Ivo Vieira Date: Wed, 27 Mar 2024 20:54:01 -0300 Subject: [PATCH] CronJob Schedule has one * more than it should be. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ba80d3..dc29bee 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ You can use CronJob instances for handling Cron-style scheduling: }) const job = new CronJob( { - cronExpression: '*/2 * * * * *', + cronExpression: '*/2 * * * *', }, task, {