From 36416d66b148860e5281bdbdb7e08ebcd0970e10 Mon Sep 17 00:00:00 2001 From: Tommaso Casaburi Date: Wed, 3 Jun 2026 00:05:33 +0700 Subject: [PATCH] docs: fix wrong-org references in README (pkc-js link, publish owner) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e43c38..4c721a8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ npm install @bitsocial/bso-resolver ## With pkc-js -If you're wiring this into [`pkc-js`](https://github.com/pkc/pkc-js), create resolver instances per provider: +If you're wiring this into [`pkc-js`](https://github.com/pkcprotocol/pkc-js), create resolver instances per provider: ```ts import Pkc from "@pkcprotocol/pkc-js"; @@ -187,7 +187,7 @@ Publishing is automated via `.github/workflows/publish.yml`. When `release-it` c 1. Create the `@bitsocial` organization on [npmjs.com](https://www.npmjs.com) 2. Do an initial manual publish: `npm login && npm run build && npm publish --access public` 3. On npmjs.com, go to the package settings → Publishing access → Configure trusted publishing -4. Add: owner=`bitsocialhq`, repo=`bso-resolver`, workflow=`publish.yml` +4. Add: owner=`bitsocialnet`, repo=`bso-resolver`, workflow=`publish.yml` ## License