diff --git a/samples/AspNetCore/ControllerSample/Readme.md b/samples/AspNetCore/ControllerSample/Readme.md index 228de5dc..92ea60e9 100644 --- a/samples/AspNetCore/ControllerSample/Readme.md +++ b/samples/AspNetCore/ControllerSample/Readme.md @@ -95,7 +95,6 @@ dapr publish -t deposit -p '{"id": "17", "amount": 15 }' On Windows: ```sh dapr publish -t deposit -p "{\"id\": \"17\", \"amount\": 15 }" - " ``` --- @@ -198,4 +197,4 @@ public async Task> Deposit(Transaction transaction, [FromS The `StateClient` can be retrieved from the dependency injection container, and can be used to imperatively access the state-store. -`state.SaveAsync()` can be used to save changes to a `StateEntry<>`. \ No newline at end of file +`state.SaveAsync()` can be used to save changes to a `StateEntry<>`.