From 3babed4db2293cec3d97dde562e19c3fe6b40c32 Mon Sep 17 00:00:00 2001 From: Jakub Keller Date: Tue, 19 Mar 2024 09:52:49 -0400 Subject: [PATCH] Update README.md The spacing in the example would identify the parse-json-secrets as an invalid secret key. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0c55bb..1a58e6c 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ The following example creates environment variables by parsing the JSON in the s secret-ids: | test/secret ,secret2 - parse-json-secrets: true + parse-json-secrets: true ``` The secret `test/secret` has the following secret value. @@ -178,4 +178,4 @@ See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more inform ## License -This library is licensed under the MIT-0 License. See the LICENSE file. \ No newline at end of file +This library is licensed under the MIT-0 License. See the LICENSE file.