diff --git a/README.md b/README.md index e7d90b1..fb9c808 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ i, err := inertia.New( ) ``` -Also, you have to use asset bundling tools like [Vite](https://vitejs.dev/) or [Webpack](https://webpack.js.org/) (especially with [Laravel Mix](https://laravel-mix.com/)). The setup will vary depending on this choice, you can read more about it in [official docs](https://inertiajs.com/server-side-rendering) or check an example that works on [Vite](./examples/vue3_tailwind). +Also, you have to use asset bundling tools like [Vite](https://vitejs.dev/) or [Webpack](https://webpack.js.org/) (especially with [Laravel Mix](https://laravel-mix.com/)). The setup will vary depending on this choice, you can read more about it in [official docs](https://inertiajs.com/server-side-rendering) or check an [example](./examples/vue3_tailwind) that works on Vite. #### Testing