From d827af08cd32d6967b6df38b16e02b05ae11cf19 Mon Sep 17 00:00:00 2001 From: marciomyst Date: Thu, 17 Oct 2019 11:06:55 -0300 Subject: [PATCH] Update README (#156) Fix miss typed word STATE. --- howto/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto/README.md b/howto/README.md index 270613726..6069d4ab4 100644 --- a/howto/README.md +++ b/howto/README.md @@ -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)