Skip to content

Commit b705fb8

Browse files
committed
2 parents 352f952 + 1d7b6d2 commit b705fb8

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

docs/migration-guides/modal-v9-to-v10.mdx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,8 @@ the following:
7676
- **Vanilla JS / Other Frameworks:** `npm install @web3auth/modal`
7777

7878
```bash
79-
# For React
80-
npm install @web3auth/modal @web3auth/modal/react@latest
81-
82-
# For Vue
83-
npm install @web3auth/modal @web3auth/modal/vue@latest
84-
85-
# For Vanilla JS or other frameworks
86-
npm install @web3auth/modal@latest
79+
# For React and Vue, you can use @web3auth/modal/react and @web3auth/modal/vue respectively.
80+
npm install @web3auth/modal
8781
```
8882

8983
Remove deprecated and now-consolidated packages if present:

0 commit comments

Comments
 (0)