Skip to content

Commit

Permalink
small doc fix (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhiteddsoft committed Oct 6, 2022
1 parent 9bcbc72 commit 4cf17de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pubsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 4cf17de

Please sign in to comment.