From 78c0c8dfe55ffbb7f2b23cfe78cc95f019998e4d Mon Sep 17 00:00:00 2001 From: Pradeep Gowda Date: Thu, 22 Feb 2024 21:01:19 +0530 Subject: [PATCH] Update README.md typo in `--bootstrap-servers` flag. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 30c7cb2..f6ee151 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,8 @@ $ streamgen --rate 10 --format string common-log stdout ``` Writing to Kafka -``` -$ streamgen --format json order kafka --topic orders --boostrap-servers localhost:9092 +```sh +$ streamgen --format json order kafka --topic orders --bootstrap-servers localhost:9092 ``` ## Installation @@ -102,4 +102,4 @@ $ cargo install streamgen --features kafka ``` This relies on the rust-rdkafka library; to use this you will need to have the necessary dependencies installed -on your system. See the [rust-rdkafka README](https://github.com/fede1024/rust-rdkafka#installation) for more details. \ No newline at end of file +on your system. See the [rust-rdkafka README](https://github.com/fede1024/rust-rdkafka#installation) for more details.