Skip to content

Commit 5bedb6d

Browse files
Update README.md
1 parent 4d5e098 commit 5bedb6d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,10 @@ Fully typed.
1010
composer require itiden/laravel-polywarp
1111
```
1212

13-
then install the vite run plugin (or import it from `./vendor/itiden/laravel-polywarp/vite-plugin/vite-plugin-polywarp`):
14-
15-
```sh
16-
npm install --save-dev vite-plugin-polywarp
17-
```
18-
19-
And then finally specify the plugin in your vite config:
13+
And add the vite plugin in your vite config:
2014

2115
```ts
22-
import { polywarp } from "vite-plugin-run";
16+
import { polywarp } from "./vendor/itiden/laravel-polywarp/vite-plugin/vite-plugin-polywarp";
2317

2418
export default defineConfig({
2519
plugins: [

0 commit comments

Comments
 (0)