diff --git a/README.md b/README.md index 2f31531..eb46e2c 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,5 @@ Open another terminal window ``` # setup ENV variables for the new terminal window (from above) cd nodejs-kafka-example -node consumer.js +node producer.js ```