From 940c57fd9517721a706948a58d9fa468f57a4b2c Mon Sep 17 00:00:00 2001 From: niku Date: Thu, 27 Jul 2023 10:03:56 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cf0d2a..c3f3ee3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # gocron-server -Small job scheduling server/library based on [gocron](https://github.com/go-co-op/gocron). Besides providing cron-functionality it also offers a gRPC API to manually trigger the jobs. +Small job scheduling server/library based on [gocron](https://github.com/go-co-op/gocron). Besides providing cron-functionality it also offers a gRPC API to manually trigger/schedule jobs and listen for their completion. Sample config: ```toml