1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

fix(onboarding): Node.js SDK link (#8334)

This commit is contained in:
Tymoteusz Czech 2024-10-02 12:31:57 +02:00 committed by GitHub
parent a71fafeb13
commit ed0123d88a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,5 +32,5 @@ const unleash = initialize({
---
- [SDK repository with documentation](https://github.com/Unleash/unleash-client-node)
- [Node.js SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/NodeJS)
- [Node.js SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Node.js)
- [Node.js SDK tutorial](https://dev.to/reeshee/how-to-implement-feature-flags-in-nodejs-using-unleash-3907)