Skip to content

Commit 2033ea3

Browse files
authored
Update README.md
update documentation to reference right package name when importing on config
1 parent 50f100d commit 2033ea3

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
@@ -38,7 +38,7 @@ bun add -D @stacksjs/vite-plugin-tauri
3838
```ts
3939
// vite.config.ts
4040
import { defineConfig } from 'vite'
41-
import Tauri from 'vite-plugin-tauri'
41+
import Tauri from '@stacks/vite-plugin-tauri'
4242

4343
export default defineConfig({
4444
plugins: [

0 commit comments

Comments
 (0)