Skip to content

Commit

Permalink
docs: change code in launchdarkly readme from JSON to javascript (#533)
Browse files Browse the repository at this point in the history
Signed-off-by: Zellyn Hunter <zellyn@gmail.com>
  • Loading branch information
zellyn authored Jun 27, 2024
1 parent 51508ef commit e4be360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions providers/launchdarkly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down Expand Up @@ -62,7 +62,7 @@ context needs to be well-formed.

### Multi context

```JSON
```javascript
{
// The "kind" of the context. Required.
// Must be "multi".
Expand Down

0 comments on commit e4be360

Please sign in to comment.