From 534d2a40698e24a0a2cbcd1254dd4645a713225e Mon Sep 17 00:00:00 2001 From: Yaron Schneider Date: Fri, 11 Oct 2019 11:23:42 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d3bb8eaa..5da8c8563 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,5 @@ You can find a complete example [here](https://github.com/dapr/python-sdk/blob/m You can execute this code using the local dapr runtime: ```sh -dapr run --grpc-port=50001 python3 example.py +dapr run --protocol grpc --grpc-port=50001 python3 example.py ```