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:
Michael Beemer 2024-05-07 16:45:51 -04:00 committed by GitHub
parent d904f3f394
commit f0de66770b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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