From ed04513693b06af8fe11c1d273e71d33ad93e4d3 Mon Sep 17 00:00:00 2001 From: Roman Kunin Date: Tue, 7 Dec 2021 14:47:03 +1000 Subject: [PATCH] Fix typo --- examples/sasl_scram_client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]```