Skip to content

Commit

Permalink
Merge branch 'main' into set-context-during-init
Browse files Browse the repository at this point in the history
  • Loading branch information
beeme1mr authored May 8, 2024
2 parents 101d5fd + f0de667 commit f21d69e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
npm install --save @openfeature/web-sdk
```

> [!TIP]
> This SDK is designed to run in the browser. If you're interested in server support, check out the [Node.js SDK](https://openfeature.dev/docs/reference/technologies/server/javascript/).
#### yarn

```sh
Expand Down
3 changes: 3 additions & 0 deletions packages/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
npm install --save @openfeature/server-sdk
```

> [!TIP]
> This SDK is designed to run in Node.JS. If you're interested in browser support, check out the [Web SDK](https://openfeature.dev/docs/reference/technologies/client/web/).
#### yarn

```sh
Expand Down

0 comments on commit f21d69e

Please sign in to comment.