Skip to content

Commit

Permalink
typo: correct import in vite section
Browse files Browse the repository at this point in the history
  • Loading branch information
rush committed Jul 10, 2024
1 parent a2cf9ce commit 82f9d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pnpm i -D unplugin-remix-router

```ts
// vite.config.ts
import remixRouter from 'unplugin-remixRouter/vite'
import remixRouter from 'unplugin-remix-router/vite'

export default defineConfig({
plugins: [
Expand Down

0 comments on commit 82f9d08

Please sign in to comment.