Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vtrbo committed Aug 11, 2023
1 parent 3420fe8 commit 1a27e97
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 @@ -32,7 +32,7 @@ npm i ---plugin-name---

```js
// vite.config.js
import ---PluginName--- from '---plugin-name---/vite'
import ---PluginName--- from '---plugin-name---'

export default defineConfig({
plugins: [---PluginName---({ /* options */ })],
Expand Down

0 comments on commit 1a27e97

Please sign in to comment.