Update README (#156)

Fix miss typed word STATE.
This commit is contained in:
marciomyst 2019-10-17 11:06:55 -03:00 committed by Aman Bhardwaj
parent 06da610a2b
commit d827af08cd
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Here you'll find a list of How To guides that walk you through accomplishing spe
* [Invoke other services in your cluster or environment](./invoke-and-discover-services)
* [Create a gRPC enabled app, and invoke Dapr over gRPC](./create-grpc-app)
### Sate Management
### State Management
* [Setup Dapr state store](./setup-state-store)
* [Create a service that performs stateful CRUD operations](./create-stateful-service)
* [Query the underlying state store](./query-state-store)