Skip to content

Commit 0e6ecc8

Browse files
committed
Update README.md
1 parent 4eb7a1f commit 0e6ecc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ To get started, install Wayfinder via the Composer package manager:
1515
composer require laravel/wayfinder
1616
```
1717

18-
We also recommend installing and configuring [`vite-plugin-run`](https://github.com/innocenzi/vite-plugin-run) to ensure that your routes are generated during Vite's build step and also whenever your files change while running the Vite's dev server.
18+
Next, install the [Wayfinder Vite plugin](https://github.com/laravel/vite-plugin-wayfinder) to ensure that your routes are generated during Vite's build step and also whenever your files change while running the Vite's dev server.
1919

2020
First, install the plugin via NPM:
2121

2222
```
23-
npm i -D vite-plugin-run
23+
npm i -D @laravel/vite-plugin-wayfinder
2424
```
2525

2626
Then, update your application's `vite.config.js` file to watch for changes to your application's routes and controllers:
@@ -36,7 +36,7 @@ export default defineConfig({
3636
});
3737
```
3838

39-
[Wayfinder vite plugin documentation](https://github.com/laravel/vite-plugin-wayfinder).
39+
You can read about all of the plugin's configuration options in the [documentation](https://github.com/laravel/vite-plugin-wayfinder).
4040

4141
## Generating TypeScript Definitions
4242

0 commit comments

Comments
 (0)