From 803c6a218f2300ecf44f9ba6d960bba3d387c4d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Ferretti?= Date: Fri, 11 Apr 2025 14:56:00 +0200 Subject: [PATCH] Update index.md --- src/connections/sources/catalog/libraries/server/node/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/sources/catalog/libraries/server/node/index.md b/src/connections/sources/catalog/libraries/server/node/index.md index 21462f502c..1ffa34f579 100644 --- a/src/connections/sources/catalog/libraries/server/node/index.md +++ b/src/connections/sources/catalog/libraries/server/node/index.md @@ -25,7 +25,7 @@ All of Segment's server-side libraries are built for high-performance, so you ca # yarn yarn add @segment/analytics-node # pnpm - pnpm install @segment/analytics-node + pnpm add @segment/analytics-node ``` 2. Initialize the `Analytics` constructor the module exposes with your Segment source **Write Key**, like so: