docs: add tip about supported usage in the install section (#941)
## This PR - adds tip to node.js about web - adds tip to web about node.js ### Notes Related to the PR opened by @dabeeeenster. https://github.com/open-feature/openfeature.dev/pull/552 --------- Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
This commit is contained in:
parent
d904f3f394
commit
f0de66770b
|
|
@ -54,6 +54,9 @@
|
||||||
npm install --save @openfeature/web-sdk
|
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
|
#### yarn
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,9 @@
|
||||||
npm install --save @openfeature/server-sdk
|
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
|
#### yarn
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue