Skip to content

Commit 7acb0b4

Browse files
committed
chore: fix docs
1 parent 8c9ae20 commit 7acb0b4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/guide/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@ Vite DevTools is a comprehensive set of developer tools for visualizing and anal
2525

2626
If you want to give an early preview, you can try it out by building this project from source, or install the preview build with the following steps:
2727

28-
Switch your Vite to [Rolldown Vite](https://vite.dev/guide/rolldown#how-to-try-rolldown):
28+
Install or upgrade your Vite to the beta version 8:
2929

3030
<!-- eslint-skip -->
3131
```json [package.json]
3232
{
3333
"dependencies": {
34-
"vite": "^7.0.0" // [!code --]
35-
"vite": "npm:rolldown-vite@latest" // [!code ++]
34+
"vite": "^8.0.0-beta.7"
3635
}
3736
}
3837
```

0 commit comments

Comments
 (0)