Skip to content

Commit

Permalink
chore: add missing npm prefix to install instructions (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister authored Oct 11, 2024
1 parent ebcb40c commit 8957246
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 @@ -23,7 +23,7 @@ npm install @deno/vite-plugin
# pnpm
pnpm install @deno/vite-plugin
# deno
deno install @deno/vite-plugin
deno install npm:@deno/vite-plugin
```

Add the plugin to your vite configuration file `vite.config.ts`:
Expand Down

0 comments on commit 8957246

Please sign in to comment.