From 0a2b078bdc69da03f9cce33093026044051cbbdb Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Sat, 23 Dec 2023 15:12:39 +0400 Subject: [PATCH] Update node.mdx --- docs/sdks/languages/node.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/sdks/languages/node.mdx b/docs/sdks/languages/node.mdx index 9c3c427c4..0a645da1d 100644 --- a/docs/sdks/languages/node.mdx +++ b/docs/sdks/languages/node.mdx @@ -3,7 +3,7 @@ title: "Node" icon: "node" --- -If you're working with Node.js, the official [infisical-node](https://github.com/Infisical/infisical-node) package is the easiest way to fetch and work with secrets for your application. +If you're working with Node.js, the official [infisical-node](https://github.com/Infisical/sdk/tree/main/languages/node) package is the easiest way to fetch and work with secrets for your application. ## Basic Usage @@ -86,7 +86,6 @@ Import the SDK and create a client instance with your [Infisical Token](/documen ```` - ### Parameters