From e4be3605983c4fc10dd8c944b2f790743015af15 Mon Sep 17 00:00:00 2001 From: Zellyn Hunter Date: Thu, 27 Jun 2024 14:39:58 -0400 Subject: [PATCH] docs: change code in launchdarkly readme from JSON to javascript (#533) Signed-off-by: Zellyn Hunter --- providers/launchdarkly/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/providers/launchdarkly/README.md b/providers/launchdarkly/README.md index 769187d6e..cdca31ffe 100644 --- a/providers/launchdarkly/README.md +++ b/providers/launchdarkly/README.md @@ -26,7 +26,7 @@ context needs to be well-formed. ### Single context -```JSON +```javascript { // The "kind" of the context. Required. // Cannot be missing, empty, "multi", or "kind". @@ -62,7 +62,7 @@ context needs to be well-formed. ### Multi context -```JSON +```javascript { // The "kind" of the context. Required. // Must be "multi".