diff --git a/examples/README.md b/examples/README.md index f0bd8e6..2355afb 100644 --- a/examples/README.md +++ b/examples/README.md @@ -35,7 +35,7 @@ Follow these steps to run the examples. Execute the following docker command to start the Kafka server. ```bash -sudo docker-compose -f docker-compose.yaml up -d +docker-compose -f docker-compose.yaml up -d ``` ## Step 02: Start the Kafka Producer