Remove duplicate word "using" (#207)

This commit is contained in:
Javier 2019-10-31 03:29:20 +01:00 committed by Yaron Schneider
parent 568023a957
commit 63465c8e17
1 changed files with 1 additions and 1 deletions

View File

@ -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