Skip to content

Commit

Permalink
examples fix
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Kolevska <elena@kolevska.com>
  • Loading branch information
elena-kolevska committed Sep 23, 2024
1 parent fbd12a7 commit 430d951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/invoke-binding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sleep: 30
1. Start the kafka containers using docker-compose

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

<!-- END_STEP -->
Expand Down Expand Up @@ -91,7 +91,7 @@ dapr stop --app-id receiver
For kafka cleanup, run the following code:

```bash
docker-compose -f ./docker-compose-single-kafka.yml down
docker compose -f ./docker-compose-single-kafka.yml down
```

<!-- END_STEP -->

0 comments on commit 430d951

Please sign in to comment.