Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
Signed-off-by: Hannah Hunter <[email protected]>
  • Loading branch information
hhunter-ms committed Jul 26, 2023
1 parent a6db47b commit 4c89b75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions daprdocs/content/en/concepts/dapr-services/sidecar.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ For a detailed list of all available arguments run `daprd --help` or see this [t

1. 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>
```
```bash
daprd --app-id myapp --resources-path <PATH-1-TO-RESOURCES-FILES> --resources-path <PATH-2-TO-RESOURCES-FILES>
```

1. Enable collection of Prometheus metrics while running your app

Expand Down

0 comments on commit 4c89b75

Please sign in to comment.