From 63465c8e176b89e02bb1d6cb23e410b90e98d8b2 Mon Sep 17 00:00:00 2001 From: Javier Date: Thu, 31 Oct 2019 03:29:20 +0100 Subject: [PATCH] Remove duplicate word "using" (#207) --- howto/create-stateful-service/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto/create-stateful-service/README.md b/howto/create-stateful-service/README.md index 534925c0f..873fcc4ac 100644 --- a/howto/create-stateful-service/README.md +++ b/howto/create-stateful-service/README.md @@ -15,7 +15,7 @@ See a list of supported state stores [here](../setup-state-store/supported-state ### Using the Dapr CLI -When using using `Dapr init` in Standalone mode, the Dapr CLI automatically provisions a state store (Redis) and creates the relevant YAML when running your app with `dapr run`. +When using `Dapr init` in Standalone mode, the Dapr CLI automatically provisions a state store (Redis) and creates the relevant YAML when running your app with `dapr run`. To change the state store being used, replace the YAML under `/components` with the file of your choice. ### Kubernetes