From e75ea0f47d7b13b9aa63bebfd8486758b741813e Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Wed, 24 Feb 2021 10:53:15 +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 45dd8be269..223873a00c 100644 --- a/docs/sdks/node.md +++ b/docs/sdks/node.md @@ -27,7 +27,7 @@ npm install unleash-client --save Next we must use initialize the client SDK in the application: -```sh +```js const unleash = require('unleash-client'); unleash.initialize({