fix path to example script mentioned in README

This commit is contained in:
Christian 2020-03-20 17:49:10 -04:00
parent dfdae597ee
commit 5d30ccd8ac
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ The `example` folder of this repository contains a data file called `example.jso
docker-compose up -d
# play the example data file onto the local kafka
./bin/play-example.sh
./example/play-example.sh
```
Once the player starts, run `kafkacat` in another terminal to verify your messages are coming in.