Skip to content

Commit 959567d

Browse files
Update README.md
1 parent 4ee7255 commit 959567d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ While searching through GitHub for some boilerplate code on how to setup a Sprin
99
* Docker 19+
1010

1111
## Initialize the project topics and data
12-
To get started, we need to first launch the Confluent services (i.e Schema Registry, Brokers, zookeeper) locally by running the `docker-compose up -d` CLI command on the [docker-compose.yml](https://github.com/bchen04/springboot-kafka-streams-rest-api/blob/master/docker-compose.yml) file. Typically, you can create a stack file (in the form of a YAML file) to define your applications.
12+
To get started, we need to first launch the Confluent services (i.e Schema Registry, Brokers, ZooKeeper) locally by running the `docker-compose up -d` CLI command on the [docker-compose.yml](https://github.com/bchen04/springboot-kafka-streams-rest-api/blob/master/docker-compose.yml) file. Typically, you can create a stack file (in the form of a YAML file) to define your applications.
1313

1414
> Note: You can run `docker-compose down` to stop it.
1515

0 commit comments

Comments
 (0)