From 950107fac06a49ae1a1b2c4ab2e71fe50168cecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andy=20Gr=C3=BCning?= Date: Wed, 27 May 2026 09:43:23 +0200 Subject: [PATCH] Updated README installation instruction --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d12ea6..e2b9598 100644 --- a/README.md +++ b/README.md @@ -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 ``` 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: