From 5440dfd17ada722e31bc7cc8bd447b5513150ac9 Mon Sep 17 00:00:00 2001 From: ken timsit Date: Tue, 14 May 2024 20:24:13 +0000 Subject: [PATCH] GITBOOK-246: correct typo --- for-dapp-developers/chain-integration/web3-wallet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/for-dapp-developers/chain-integration/web3-wallet.md b/for-dapp-developers/chain-integration/web3-wallet.md index 4684500..564ec17 100644 --- a/for-dapp-developers/chain-integration/web3-wallet.md +++ b/for-dapp-developers/chain-integration/web3-wallet.md @@ -6,5 +6,5 @@ The open-source Web3-wallet package is used by many of the top dapps on Cronos, You can review the Web3-wallet documentation here: [https://web3-wallet.github.io/web3-wallet/docs/getting-started](https://web3-wallet.github.io/web3-wallet/docs/getting-started) -The following example project uses NextJS (version 13+) and Web3-wallet to demonstrate a simple dapp that integrates well with the top Cronos-compatible wallets: [https://github.com/kentimsit/cronos-wallet-connections-v3](https://github.com/kentimsit/cronos-wallet-connections-v3) +The following example project uses NextJS (version 13+) and Web3-wallet to demonstrate a simple dapp that integrates well with the top Cronos-compatible wallets: [project example](https://github.com/kentimsit/cronos-wallet-connections-v3).