Skip to content

Commit 3da7d90

Browse files
authored
Update README.md
fix config for the plugin config
1 parent 2033ea3 commit 3da7d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The plugin accepts an optional configuration object. Here's an example with avai
5656
```ts
5757
// vite.config.ts
5858
import { defineConfig } from 'vite'
59-
import Tauri from 'vite-plugin-tauri'
59+
import Tauri from '@stacks/vite-plugin-tauri'
6060

6161
export default defineConfig({
6262
plugins: [

0 commit comments

Comments
 (0)