Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion examples/dynamic-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Once you have these environment variables setup, you can now follow the steps be

### Install dependencies

You first need to make sure you have followed the [README](https://github.com/circlefin/w3s-web-core-sdk/blob/master/README.md) under project root and have installed all dependencies under root folder:
You first need to make sure you have followed the [README](https://github.com/crcl-main/w3s-web-core-sdk/blob/master/README.md) under project root and have installed all dependencies under root folder:

```bash
$ pnpm install
Expand Down
2 changes: 1 addition & 1 deletion examples/eip-1193/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Once you have these environment variables setup, you can now follow the steps be

### Install dependencies

You first need to make sure you have followed the [README](https://github.com/circlefin/w3s-web-core-sdk/blob/master/README.md) under project root and have installed all dependencies under root folder:
You first need to make sure you have followed the [README](https://github.com/crcl-main/w3s-web-core-sdk/blob/master/README.md) under project root and have installed all dependencies under root folder:

```bash
$ pnpm install
Expand Down
2 changes: 1 addition & 1 deletion examples/passkey-recovery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Once you have these environment variables setup, you can now follow the steps be

### Install dependencies

You first need to make sure you have followed the [README](https://github.com/circlefin/w3s-web-core-sdk/blob/master/README.md) under project root and have installed all dependencies under root folder:
You first need to make sure you have followed the [README](https://github.com/crcl-main/w3s-web-core-sdk/blob/master/README.md) under project root and have installed all dependencies under root folder:

```bash
$ pnpm install
Expand Down
Loading