Skip to content

Commit 1fa4aea

Browse files
committed
clarify Edge Config requirement in README
1 parent 44c5810 commit 1fa4aea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/adapter-launchdarkly/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
## Installation
44

55
```sh
6-
npm install @flags-sdk/launchdarkly @launchdarkly/vercel-server-sdk @vercel/edge-config
6+
npm install @flags-sdk/launchdarkly
77
```
88

99
## Usage
1010

11-
**NOTE:** [The LaunchDarkly Vercel integration must be installed on our account.](https://vercel.com/integrations/launchdarkly)
11+
**NOTE:** The [LaunchDarkly Vercel integration](https://vercel.com/integrations/launchdarkly) must be installed on our account, as this adapter loads LaunchDarkly from Edge Config. The adapter can not be used without Edge Config.
1212

1313
The following environment variables are required in order to use the default adapter:
1414

0 commit comments

Comments
 (0)