Skip to content

Commit c2a0179

Browse files
fix: Use LAUNCHDARKLY_SDK_KEY instead
1 parent 8d5b692 commit c2a0179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ For a sample application demonstrating how to use LaunchDarkly in *client-side*
1010

1111
## Build instructions
1212

13-
1. Set the environment variable `LAUNCHDARKLY_SERVER_KEY` to your LaunchDarkly SDK key. If there is an existing boolean feature flag in your LaunchDarkly project that you want to evaluate, set `LAUNCHDARKLY_FLAG_KEY` to the flag key; otherwise, a boolean flag of `sample-feature` will be assumed.
13+
1. Set the environment variable `LAUNCHDARKLY_SDK_KEY` to your LaunchDarkly SDK key. If there is an existing boolean feature flag in your LaunchDarkly project that you want to evaluate, set `LAUNCHDARKLY_FLAG_KEY` to the flag key; otherwise, a boolean flag of `sample-feature` will be assumed.
1414

1515
```bash
16-
export LAUNCHDARKLY_SERVER_KEY="1234567890abcdef"
16+
export LAUNCHDARKLY_SDK_KEY="1234567890abcdef"
1717
export LAUNCHDARKLY_FLAG_KEY="my-boolean-flag"
1818
```
1919

0 commit comments

Comments
 (0)