From e3cb5796bf63509ee6950985dc0de82c67fcd327 Mon Sep 17 00:00:00 2001 From: Gerard Clos Date: Tue, 24 Sep 2024 17:24:46 +0200 Subject: [PATCH] chore: update typescript sdk readme --- packages/sdks/typescript/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/sdks/typescript/README.md b/packages/sdks/typescript/README.md index 49bbff34b..b5f819ca0 100644 --- a/packages/sdks/typescript/README.md +++ b/packages/sdks/typescript/README.md @@ -16,7 +16,7 @@ Welcome to the Latitude SDK for TypeScript! This SDK is designed to help develop ### Installation -To install the SDK, use npm or yarn: +To install the SDK, use npm, yarn, or pnpm: ```bash npm install @latitude-data/sdk @@ -28,6 +28,12 @@ or yarn add @latitude-data/sdk ``` +or + +```bash +pnpm add @latitude-data/sdk +``` + ### Usage #### Importing the SDK