Skip to content

Commit a242b88

Browse files
committed
docs: update installation guide
1 parent 3b53f0c commit a242b88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +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-
Install or upgrade your Vite to the beta version 13+:
28+
Install or upgrade your Vite to version 8:
2929

3030
<!-- eslint-skip -->
3131
```json [package.json]
3232
{
3333
"dependencies": {
34-
"vite": "^8.0.0-beta.13"
34+
"vite": "^8.0.0"
3535
}
3636
}
3737
```

0 commit comments

Comments
 (0)