Update README.md

Fix the components path on the run command
This commit is contained in:
Mark Fussell 2022-02-10 13:06:41 -08:00 committed by Artur Souza
parent 50fe35efd6
commit 4ddcd245bb
1 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ sleep: 10
-->
```bash
dapr run --app-id checkout --components-path ../../components/ -- dotnet run
dapr run --app-id checkout --components-path ../../../components/ -- dotnet run
```
<!-- END_STEP -->
@ -95,7 +95,7 @@ sleep: 10
```bash
dapr run --app-id order-processor --components-path ../../components/ --app-port 7001 -- dotnet run
dapr run --app-id order-processor --components-path ../../../components/ --app-port 7001 -- dotnet run
```
<!-- END_STEP -->
<!-- END_STEP -->