Skip to content

Commit

Permalink
clean a library from the upgrade in vue
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomas committed Oct 22, 2024
1 parent 7435d1f commit ba08fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/appkit/upgrade/to-reown-appkit-web.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ npm install @reown/appkit @reown/appkit-adapter-wagmi
To upgrade from Web3Modal v5 to Reown AppKit start by removing Web3Modal v5 dependencies `@web3modal/ethereum` and `@web3modal/vue`. Now you can install AppKit library and update `Wagmi` and `Viem`.

```bash npm2yarn
npm install @reown/appkit @reown/appkit-adapter-wagmi @tanstack/react-query
npm install @reown/appkit @reown/appkit-adapter-wagmi
```

</PlatformTabItem>
Expand Down

0 comments on commit ba08fb4

Please sign in to comment.