Skip to content
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -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

Expand Down