Skip to content

Commit

Permalink
Fixes missing docker-compose in examples (dapr#736)
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Kolevska <[email protected]>
  • Loading branch information
elena-kolevska committed Oct 21, 2024
1 parent 46f2923 commit df84b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/invoke-binding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ name: Kafka install
sleep: 30
-->

1. Start the kafka containers using docker-compose
1. Start the kafka containers using docker compose

```bash
docker compose -f ./docker-compose-single-kafka.yml up -d
Expand Down

0 comments on commit df84b63

Please sign in to comment.