From 5c706f46c45b4ed63700752dab10dd9fce344d5a Mon Sep 17 00:00:00 2001 From: Fernando Rocha Date: Tue, 23 Jul 2024 08:19:02 -0700 Subject: [PATCH] fixing README typo Signed-off-by: Fernando Rocha --- jobs/go/sdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/go/sdk/README.md b/jobs/go/sdk/README.md index ea38f916f..27dc67615 100644 --- a/jobs/go/sdk/README.md +++ b/jobs/go/sdk/README.md @@ -4,7 +4,7 @@ In this quickstart, you'll schedule, get, and delete a job using Dapr's Job API. Visit [this](https://v1-14.docs.dapr.io/developing-applications/building-blocks/jobs/) link for more information about Dapr and the Job API. -> **Note:** This example leverages the SDK only. If you are looking for the example using the HTTP requests (recommended) [click here](../http/). +> **Note:** This example leverages the SDK only. If you are looking for the example using the HTTP requests [click here](../http/). This quickstart includes two apps: