Merge branch 'feature/actors' of github.com:paulyuk/quickstarts into feature/actors

This commit is contained in:
Paul Yuknewicz 2023-05-22 11:58:17 -07:00
commit ff144fe64c
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ dotnet build
Run the `SmartDevice.Service`, which will start service itself and the Dapr sidecar:
```bash
dapr run --app-id actorservice --app-port 5001 --dapr-http-port 3500 --components-path ../../../resources -- dotnet run --urls=http://localhost:5001/
dapr run --app-id actorservice --app-port 5001 --dapr-http-port 3500 --resources-path ../../../resources -- dotnet run --urls=http://localhost:5001/
```
Expected output: