Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Yuknewicz <[email protected]>
  • Loading branch information
paulyuk authored Sep 27, 2023
1 parent df74c45 commit f0261c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions state_management/javascript/sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dapr state management (HTTP Client)
# Dapr state management (SDK Client)

In this quickstart, you'll create a microservice to demonstrate Dapr's state management API. The service generates messages to store data in a state store. See [Why state management](#why-state-management) to understand when this pattern might be a good choice for your software architecture.

Expand Down Expand Up @@ -94,4 +94,4 @@ dapr run --app-id order-processor --resources-path ../../../resources/ -- npm st
```bash
dapr stop --app-id order-processor
```
<!-- END_STEP -->
<!-- END_STEP -->

0 comments on commit f0261c7

Please sign in to comment.