mirror of https://github.com/dapr/docs.git
Remove duplicate word "using" (#207)
This commit is contained in:
parent
568023a957
commit
63465c8e17
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue