diff --git a/conversation/go/sdk/README.md b/conversation/go/sdk/README.md index cfb7723a0..2e0bf997c 100644 --- a/conversation/go/sdk/README.md +++ b/conversation/go/sdk/README.md @@ -38,7 +38,7 @@ dapr run -f . The terminal console output should look similar to this, where: - The app sends an input `What is dapr?` to the `echo` Component mock LLM. -- The LLM echoes `What is dapr?`. +- The mock LLM echoes `What is dapr?`. ```text == APP - conversation == Input sent: What is dapr?