Skip to content

Commit 4f33ffd

Browse files
authored
Update readme to reference LaunchDarkly plans (#11)
1 parent 8d8a497 commit 4f33ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ It syncs your LaunchDarkly environment to your Convex deployment, allowing you t
2020

2121
### LaunchDarkly account
2222

23-
To use the LaunchDarkly Convex component, you'll need a LaunchDarkly account. Your LaunchDarkly subscription must include access to integrations.
23+
To use this component you must have a LaunchDarkly account on the [LaunchDarkly Foundation](https://launchdarkly.com/pricing/) plan.
2424

2525
### Convex App
2626

@@ -89,7 +89,7 @@ The value you copied should start with `sdk-`.
8989

9090
Store the SDK key you copied as an environment variable named `LAUNCHDARKLY_SDK_KEY` in your Convex deployment. You can do so on the [environment variables](https://dashboard.convex.dev/deployment/settings/environment-variables) page or via `npx convex env set LAUNCHDARKLY_SDK_KEY sdk-***` from the CLI.
9191

92-
You can now configure the LaunchDarkly integration. On the [Integrations page](https://app.launchdarkly.com/settings/integrations) of the LaunchDarkly dashboard, search for Convex and click "Add Integration".
92+
You can now configure the LaunchDarkly integration. On the [Integrations page](https://app.launchdarkly.com/settings/integrations/convex/new) of the LaunchDarkly dashboard, search for Convex and click "Add Integration". **Note that the Convex integration is only be available for LaunchDarkly Foundation and Enterprise plans.**
9393

9494
Each of your Convex deployments (e.g. Production and other developer's environments) will need their own integration configured in LaunchDarkly.
9595

0 commit comments

Comments
 (0)