Skip to content

Commit 3170e18

Browse files
committed
tests: fix typo
Signed-off-by: mikeee <[email protected]>
1 parent b904ff0 commit 3170e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hello-world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ expected_stdout_lines:
105105
-->
106106

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

111111
<!-- END_STEP -->

0 commit comments

Comments
 (0)