update per mark

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2023-07-27 15:38:26 -04:00
parent 4f16a1c9cd
commit ae9cf8dc84
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ For a detailed list of all available arguments run `daprd --help` or see this [t
daprd --app-id myapp --resources-path <PATH-TO-RESOURCES-FILES>
```
1. If you've organized your components and other resources (like resiliency policies) into separate folders, you can specify multiple resource paths:
1. If you've organized your components and other resources (for example, resiliency policies, subscriptions, or configuration) into separate folders or a shared folder, you can specify multiple resource paths:
```bash
daprd --app-id myapp --resources-path <PATH-1-TO-RESOURCES-FILES> --resources-path <PATH-2-TO-RESOURCES-FILES>