1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +02:00

Update docs/sdks/node.md

This commit is contained in:
Christopher Kolstad 2021-02-24 10:53:23 +01:00 committed by GitHub
parent e75ea0f47d
commit 8ec53d4f9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ npm install unleash-client --save
## Step 2: Initialize client SDK ## Step 2: Initialize client SDK
Next we must use initialize the client SDK in the application: Next we must initialize the client SDK in the application:
```js ```js
const unleash = require('unleash-client'); const unleash = require('unleash-client');