Skip to content

Commit

Permalink
Merge pull request #1 from btbytes/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mwylde authored May 31, 2024
2 parents 8b208b0 + 78c0c8d commit 4b596a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
on your system. See the [rust-rdkafka README](https://github.com/fede1024/rust-rdkafka#installation) for more details.

0 comments on commit 4b596a0

Please sign in to comment.