We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf25d2 commit e72fc19Copy full SHA for e72fc19
packages/client/README.md
@@ -60,7 +60,8 @@ npm install --save @openfeature/web-sdk
60
#### yarn
61
62
```sh
63
-yarn add @openfeature/web-sdk
+# yarn requires manual installation of the @openfeature/core peer-dependency
64
+yarn add @openfeature/web-sdk @openfeature/core
65
```
66
67
### Usage
packages/server/README.md
@@ -57,7 +57,8 @@ npm install --save @openfeature/server-sdk
57
58
59
-yarn add @openfeature/server-sdk
+yarn add @openfeature/server-sdk @openfeature/core
0 commit comments