From a6c40354c589c12416ece64d644fefec6087c003 Mon Sep 17 00:00:00 2001 From: Allisson Azevedo Date: Wed, 29 Nov 2023 20:37:00 -0300 Subject: [PATCH] docs: fix formatting on left padding char section (#11) * docs: fix formatting on left padding char section * docs: remove whitespace --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cecb940..f9e6ef0 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,9 @@ curl --location 'http://localhost:8000/v1/decode' \ The ChaCha20-Poly1305 works with a 32-byte secret key. When you use a secret key with less than 32 bytes, we need to use left padding until the required size is reached. -The default character for the left padding is the white space, which can be changed using the "secure_qrcode_left_padding_char" environment variable. +The default character for the left padding is the white space, which can be changed using the `"secure_qrcode_left_padding_char"` environment variable. -For example, when using the secret key "my super secret key" the value used in the encryption function will be "my super secret key ". +For example, when using the secret key `"my super secret key"` the value used in the encryption function will be `"my super secret key "`. To start the server using another left padding char: