diff --git a/README.md b/README.md index 781cdd3..2520a1e 100644 --- a/README.md +++ b/README.md @@ -33,5 +33,5 @@ You can, of course, run any combination of these services as desired. Examples: -* `docker-compose up --scale spark-worker=2` will create a complete Spark + Kafka + PySpark stack with two Spark worker nodes. -* `docker-compose up pyspark` will run a standalone PySpark instance. +* `docker compose up --scale spark-worker=2` will create a complete Spark + Kafka + PySpark stack with two Spark worker nodes. +* `docker compose up pyspark` will run a standalone PySpark instance.