From 7f8cebd1fb0e0dc5045dad3c80db87d1a790629b Mon Sep 17 00:00:00 2001 From: Fernando Rocha Date: Tue, 23 Jul 2024 12:57:40 -0700 Subject: [PATCH] Update jobs/go/http/README.md Co-authored-by: Cassie Coyle Signed-off-by: Fernando Rocha --- jobs/go/http/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/go/http/README.md b/jobs/go/http/README.md index 1540dac8f..f775d43df 100644 --- a/jobs/go/http/README.md +++ b/jobs/go/http/README.md @@ -9,7 +9,7 @@ Visit [this](https://v1-14.docs.dapr.io/developing-applications/building-blocks/ This quickstart includes two apps: - `job-scheduler.go`, responsible for scheduling, retrieving and deleting jobs. -- `job-service.go`, responsible for handling the scheduled jobs. +- `job-service.go`, responsible for handling the triggered jobs. ## Run the app with the template file