From 99925e8bc52821847b088d0417ed9eec30307567 Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Wed, 24 Feb 2021 10:54:28 +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 173a64e7e2..2e31249ad1 100644 --- a/docs/sdks/node.md +++ b/docs/sdks/node.md @@ -38,7 +38,7 @@ unleash.initialize({ }); ``` -The example code above will initialize the client SDK, and it will connect to the Unleash-hosted demo instance. It also uses the API token for the demo instance. You should change the URL and the Authorization header (API token) with the correct values for your instance, which you may locate under “Instance admin” in the menu. +The example code above will initialize the client SDK, and connect to the Unleash-hosted demo instance. It also uses the API token for the demo instance. You should change the URL and the Authorization header (API token) with the correct values for your instance, which you may locate under “Instance admin” in the menu. Please also pay attention to the “environment” option. Setting this will allow you to use [strategy constraints](../user_guide/strategy-constraints) which enables different roll-out strategies per environment.