diff options
Diffstat (limited to 'docs/guides/ecosystem/vite.md')
-rw-r--r-- | docs/guides/ecosystem/vite.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/ecosystem/vite.md b/docs/guides/ecosystem/vite.md index 857e11aae..3cad145f9 100644 --- a/docs/guides/ecosystem/vite.md +++ b/docs/guides/ecosystem/vite.md @@ -8,7 +8,7 @@ While Vite currently works with Bun, it has not been heavily optimized, nor has --- -Vite works out of the box with Bun (v0.7 and later). Get started with one of Vite's templates. +Vite works out of the box with Bun. Get started with one of Vite's templates. ```bash $ bunx create-vite my-app |