Skip to content

Commit

Permalink
docs: remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
allisson committed Nov 29, 2023
1 parent 98c52eb commit 5c8cfa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The ChaCha20-Poly1305 works with a 32-byte secret key. When you use a secret key

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:

Expand Down

0 comments on commit 5c8cfa6

Please sign in to comment.