Skip to content

Commit 6f00386

Browse files
authored
Updated README
Updated readme to fix a command error
1 parent e59d8d5 commit 6f00386

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ pip install -r requirements.txt
2626
The Python code can be run in bash with the following,
2727
in SSL security protocol:
2828
```bash
29-
python main.py --security-protocol ssl
29+
python main.py \
30+
--security-protocol ssl \
3031
--cert-folder ~/kafkaCerts/ \
3132
--host kafka-<name>.aivencloud.com \
3233
--port 13041 \
@@ -36,7 +37,8 @@ python main.py --security-protocol ssl
3637
```
3738
in PLAINTEXT security protocol:
3839
```bash
39-
python main.py --security-protocol plaintext
40+
python main.py \
41+
--security-protocol plaintext \
4042
--host your-kafka-broker-host \
4143
--port 9092 \
4244
--topic-name pizza-orders \

0 commit comments

Comments
 (0)