From 8ec53d4f9a597d2d5f94ae4608fbd7435fb54328 Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Wed, 24 Feb 2021 10:53:23 +0100 Subject: [PATCH] Update docs/sdks/node.md --- docs/sdks/node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdks/node.md b/docs/sdks/node.md index 223873a00c..2710141ff6 100644 --- a/docs/sdks/node.md +++ b/docs/sdks/node.md @@ -25,7 +25,7 @@ npm install unleash-client --save ## 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 const unleash = require('unleash-client');