Skip to content

Commit dbfb9e6

Browse files
committed
README.md
1 parent 75fa543 commit dbfb9e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Simple WalletConnect Web3Modal v2 integration package for Vue3 apps.
2323
- [Custom chain](#custom-chain)
2424
- [Custom rpc provider](#custom-rpc-provider)
2525
- [Usage](#usage)
26-
- [Basic usage](#basic-usage)
26+
- [Basic usage](#basic-usage)
27+
- [Info about the user's connected wallet and wallet type](#info-about-the-users-connected-wallet-and-wallet-type)
2728
- [Connect wallet button](#connect-wallet-button)
2829
- [Switch chain](#switch-chain)
2930
- [Select chain via Web3Modal](#select-chain-via-web3modal)
@@ -159,7 +160,7 @@ account.wallet.id // current wallet id
159160
account.wallet.name // current wallet name
160161
```
161162
162-
### Connect wallet button````
163+
### Connect wallet button
163164
164165
```vue
165166
<script setup lang="ts">

0 commit comments

Comments
 (0)