Skip to content

Commit

Permalink
tests: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: mikeee <hey@mike.ee>
  • Loading branch information
mikeee committed Jun 15, 2024
1 parent b904ff0 commit 3170e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ expected_stdout_lines:
-->

```bash
dapr run --app-id order-app --dapr-grpc-port 3500 --log-level error --resources-path ./config./order get
dapr run --app-id order-app --dapr-grpc-port 3500 --log-level error --resources-path ./config ./order get
```

<!-- END_STEP -->
Expand Down

0 comments on commit 3170e18

Please sign in to comment.