You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# LaunchDarkly Sample Java Application
1
+
# LaunchDarkly sample Java application
2
2
3
3
We've built a simple console application that demonstrates how LaunchDarkly's SDK works.
4
4
@@ -20,4 +20,4 @@ This project uses [Gradle](https://gradle.org/). It requires that Java is alread
20
20
21
21
2. On the command line, run `./gradlew run` (or, on Windows, `gradlew run`).
22
22
23
-
You should see the message `"Feature flag '<flag key>' is <true/false> for this context"`.
23
+
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