From 05b5e439b74426754754b2f85bbda1971c95ea9f Mon Sep 17 00:00:00 2001 From: Rodrigo Broggi Date: Sat, 22 Jun 2024 12:32:12 +0200 Subject: [PATCH] issue-740: update documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 953a1df9..744cb9f1 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Jobs can be run every x weeks on specific days of the week and at specific times - [**Monthly**](https://pkg.go.dev/github.com/go-co-op/gocron/v2#MonthlyJob): Jobs can be run every x months on specific days of the month and at specific times. - [**One time**](https://pkg.go.dev/github.com/go-co-op/gocron/v2#OneTimeJob): -Jobs can be run once at a specific time. These are non-recurring jobs. +Jobs can be run at a specific time(s) (either once or many times). ### Concurrency Limits Jobs can be limited individually or across the entire scheduler.