diff --git a/daprdocs/content/en/getting-started/get-started-component.md b/daprdocs/content/en/getting-started/get-started-component.md index ef9d3038a..73c13bdfd 100644 --- a/daprdocs/content/en/getting-started/get-started-component.md +++ b/daprdocs/content/en/getting-started/get-started-component.md @@ -86,8 +86,8 @@ Invoke-RestMethod -Uri 'http://localhost:3500/v1.0/secrets/my-secret-store/my-se You should see output with the secret you stored in the JSON file. -``` -"I'm Batman" +```json +{"my-secret":"I'm Batman"} ``` Next step: Explore Dapr quickstarts >>