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 ```