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