From 4cf17de437fa2e4ee891ea9e879055236110f705 Mon Sep 17 00:00:00 2001 From: David White Date: Thu, 6 Oct 2022 15:01:39 -0400 Subject: [PATCH] small doc fix (#53) --- examples/pubsub/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pubsub/README.md b/examples/pubsub/README.md index 35f5d9e..601089d 100644 --- a/examples/pubsub/README.md +++ b/examples/pubsub/README.md @@ -23,5 +23,5 @@ dapr run --app-id rust-subscriber --app-protocol grpc --app-port 50051 cargo run 2. Start Publisher: ```bash -dapr run --app-id python-publisher --app-protocol grpc cargo run -- --example publisher +dapr run --app-id rust-publisher --app-protocol grpc cargo run -- --example publisher ```