diff --git a/site/doc/pages/docs/install.mdx b/site/doc/pages/docs/install.mdx index b71fcc5..09ede8f 100644 --- a/site/doc/pages/docs/install.mdx +++ b/site/doc/pages/docs/install.mdx @@ -11,8 +11,9 @@ npm i @rabby-wallet/rabbykit @wagmi/core viem@2.x ### API Keys -1. RabbyKit utilises [https://walletconnect.com/]()'s SDK to help with connecting wallets. WalletConnect 2.0 requires a projectId which you can create quickly and easily for free over at [WalletConnect Cloud](https://cloud.walletconnect.com/). -1. [wagmi](https://wagmi.sh/react/api/transports/http#usage) recommends using other provider packages such as [Infura](https://www.infura.io) or [Alchemy](https://www.alchemy.com/) depending on the specific network requirements of your dApp. These providers offer reliable infrastructure and can be chosen based on your specific needs. +1. RabbyKit utilises the WalletConnect SDK ([https://walletconnect.com/](https://walletconnect.com/)) to help with connecting wallets. WalletConnect 2.0 requires a projectId, which you can create quickly and easily for free at [WalletConnect Cloud](https://cloud.walletconnect.com/). + +2. [wagmi](https://wagmi.sh/react/api/transports/http#usage) recommends using other provider packages such as [Infura](https://www.infura.io) or [Alchemy](https://www.alchemy.com/) depending on the specific network requirements of your dApp. These providers offer reliable infrastructure and can be chosen based on your specific needs. ### Config