Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ A TypeScript SDK for the OMS (Open Money Stack) platform. Provides email and OID
Install the published SDK package in your application:

```bash
pnpm add @0xsequence/typescript-sdk@alpha
pnpm add @0xsequence/typescript-sdk
Comment thread
andygruening marked this conversation as resolved.
```

For npm or yarn projects:

```bash
npm install @0xsequence/typescript-sdk@alpha
yarn add @0xsequence/typescript-sdk@alpha
npm install @0xsequence/typescript-sdk
yarn add @0xsequence/typescript-sdk
```

Then initialize the client with your OMS project credentials:
Expand Down
Loading