From c19614c297fa6257dea5c4774e50fb88884eb287 Mon Sep 17 00:00:00 2001 From: Keysat Date: Mon, 11 May 2026 21:38:40 -0500 Subject: [PATCH] README: TS SDK is on npm now; drop git-fallback install path --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e3e9d26..2850bc5 100644 --- a/README.md +++ b/README.md @@ -29,15 +29,12 @@ startos/licensing/ ← config, store shape, runtime gate startos/actions/ ← five actions (merge with your existing actions/) ``` -Add the SDK to your package's `package.json`. The TypeScript SDK isn't yet -published on npm; install from the GitHub repo directly (the repo is public): +Add the SDK to your package's `package.json`: ```bash -npm install github:keysat-xyz/keysat-client-ts +npm install @keysat/licensing-client ``` -Once the SDK is published to npm, this becomes `npm install @keysat/licensing-client`. - ## Wire-up, in 4 edits ### 1. Fill in `startos/licensing/config.ts`