Skip to content

Commit 6e5e825

Browse files
committed
Update installation instructions in README
Clarifies the installation command to include required peer dependencies and updates the note about peer dependencies for better guidance.
1 parent 73a9868 commit 6e5e825

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
@@ -14,10 +14,10 @@ For documentation related to flags management in Bucketeer, refer to the [Bucket
1414
## Installation
1515

1616
```bash
17-
npm install @bucketeer/openfeature-node-server-sdk
17+
npm install @bucketeer/openfeature-node-server-sdk @openfeature/server-sdk @bucketeer/node-server-sdk
1818
```
1919

20-
This will automatically install the required peer dependencies: `@openfeature/server-sdk` and `@bucketeer/node-server-sdk`.
20+
**Note:** This package requires `@openfeature/server-sdk` and `@bucketeer/node-server-sdk` as peer dependencies.
2121

2222
## Usage
2323

0 commit comments

Comments
 (0)