diff --git a/examples/sasl_scram_client/README.md b/examples/sasl_scram_client/README.md index b21dd7b23..71cb4aa6f 100644 --- a/examples/sasl_scram_client/README.md +++ b/examples/sasl_scram_client/README.md @@ -1,4 +1,4 @@ -Example commande line: +Example command line: ```./sasl_scram_client -brokers localhost:9094 -username foo -passwd a_password -topic topic_name -tls -algorithm [sha256|sha512]```