update service_invocation + pub_sub READMEs

Signed-off-by: Jaime Still <jpstill85@gmail.com>
This commit is contained in:
Jaime Still 2023-03-30 11:20:12 -04:00
parent ee4ef91fea
commit b2d3da4d7a
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ sleep: 10
```bash
dapr run --app-id order-processor --resources-path ../../../components/ --app-port 7005 -- dotnet run --project .
dapr run --app-id order-processor --resources-path ../../../components/ --app-port 7002 -- dotnet run --project .
```
<!-- END_STEP -->

View File

@ -43,7 +43,7 @@ sleep: 10
```bash
cd ./order-processor
dapr run --app-port 7006 --app-id order-processor --app-protocol http --dapr-http-port 3501 -- dotnet run
dapr run --app-port 7001 --app-id order-processor --app-protocol http --dapr-http-port 3501 -- dotnet run
```
<!-- END_STEP -->