fix(examples): update deprecated flag

Signed-off-by: Mike Nguyen <hey@mike.ee>
This commit is contained in:
Mike Nguyen 2025-02-14 16:24:20 +00:00
parent e974ea8322
commit d8ebb47c89
No known key found for this signature in database
GPG Key ID: ACED13988580D50E
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ expected_stdout_lines:
```bash
dapr run --app-id custom-grpc-client \
-d ./config \
--dapr-http-max-request-size 41 \
--max-body-size 4Mi \
--log-level debug \
go run ./custom-grpc-client/main.go
```