Skip to content

Commit 203314f

Browse files
committed
finish updating readme to spec
1 parent 3a95d33 commit 203314f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
### LaunchDarkly sample JavaScript application

22

3-
We've built a simple browser application that demonstrates how LaunchDarkly's SDK works.
Below, you'll find the basic build procedure, but for more comprehensive instructions, you can visit your [Quickstart page](https://app.launchdarkly.com/quickstart#/) or the [JavaScript SDK reference guide](https://docs.launchdarkly.com/sdk/client-side/javascript).
3+
We've built a simple browser application that demonstrates how LaunchDarkly's SDK works.

4+
5+
Below, you'll find the basic build procedure, but for more comprehensive instructions, you can visit your [Quickstart page](https://app.launchdarkly.com/quickstart#/) or the [JavaScript SDK reference guide](https://docs.launchdarkly.com/sdk/client-side/javascript).
46

57
#### Build instructions

68

@@ -13,4 +15,4 @@ const flagKey = 'my-flag-key';
1315

1416
2. Open `index.html` in your browser.
1517

16-
You should receive the message "The <flag key> feature flag evaluates to <flag value>."
18+
You should receive the message "The <flagKey> feature flag evaluates to <flagValue>." The application will run continuously and react to the flag changes in LaunchDarkly.

0 commit comments

Comments
 (0)