Skip to content

Commit

Permalink
chore: update typescript sdk readme
Browse files Browse the repository at this point in the history
  • Loading branch information
geclos committed Sep 24, 2024
1 parent fc6a289 commit e3cb579
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/sdks/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -28,6 +28,12 @@ or
yarn add @latitude-data/sdk
```

or

```bash
pnpm add @latitude-data/sdk
```

### Usage

#### Importing the SDK
Expand Down

0 comments on commit e3cb579

Please sign in to comment.