Skip to content

Commit

Permalink
fix link formatting README.md (#2290)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebustron authored Jan 14, 2025
1 parent b087570 commit e8bcd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rainbow-button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { createConfig, WagmiConfig } from 'wagmi';

The `RainbowConnector` supports connecting with Rainbow just like Wagmi's native `MetaMaskConnector` from `wagmi/connectors/metaMask`.

Create an instance of the `RainbowConnector` and provide it in your wagmi config `connectors` list. Supply your `chains` list and your WalletConnect v2 `projectId`. You can obtain a `projectId` from [WalletConnect Cloud]https://cloud.reown.com/sign-in). This is absolutely free and only takes a few minutes.
Create an instance of the `RainbowConnector` and provide it in your wagmi config `connectors` list. Supply your `chains` list and your WalletConnect v2 `projectId`. You can obtain a `projectId` from [WalletConnect Cloud](https://cloud.reown.com/sign-in). This is absolutely free and only takes a few minutes.

```tsx
const config = createConfig({
Expand Down

0 comments on commit e8bcd6a

Please sign in to comment.