From 8039b30ac4d6ecaad1ab0bcec931a639f918f96f Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Wed, 24 Feb 2021 10:52:58 +0100 Subject: [PATCH] Update docs/sdks/node.md --- docs/sdks/node.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sdks/node.md b/docs/sdks/node.md index cad0d58cff..1a2b2bf9b5 100644 --- a/docs/sdks/node.md +++ b/docs/sdks/node.md @@ -3,7 +3,7 @@ id: node_sdk title: Node SDK --- -In this guide we explain how to use feature toggles in a Java application using Unleash-hosted. We will be using the open source Unleash [Node.js Client SDK](https://github.com/Unleash/unleash-client-node). +In this guide we explain how to use feature toggles in a Node application using Unleash-hosted. We will be using the open source Unleash [Node.js Client SDK](https://github.com/Unleash/unleash-client-node). > **Important details** > @@ -77,4 +77,4 @@ You provide the Unleash context as part of the second argument to the isEnabled remoteAddress: '127.0.0.1', }; const enabled = isEnabled('app.demo', context); -``` \ No newline at end of file +```