From 8cd76a640ec97159974b84eb7a513f4113631396 Mon Sep 17 00:00:00 2001 From: Fernando Rocha Date: Thu, 23 Jan 2025 12:35:29 -0800 Subject: [PATCH] Update conversation/go/sdk/README.md Co-authored-by: Alice Gibbons Signed-off-by: Fernando Rocha --- conversation/go/sdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conversation/go/sdk/README.md b/conversation/go/sdk/README.md index 406b5cc31..cfb7723a0 100644 --- a/conversation/go/sdk/README.md +++ b/conversation/go/sdk/README.md @@ -37,7 +37,7 @@ dapr run -f . The terminal console output should look similar to this, where: -- The app send an input `What is dapr?` to the `echo` LLM. +- The app sends an input `What is dapr?` to the `echo` Component mock LLM. - The LLM echoes `What is dapr?`. ```text