Skip to content

Commit

Permalink
chore: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
astahmer committed Apr 10, 2024
1 parent bd89548 commit d4eeab6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ pnpm i @pandabox/unplugin

```ts
import { defineConfig } from 'vite'
import { unplugin } from '@pandabox/unplugin'
import pandabox from '@pandabox/unplugin'

export default defineConfig({
plugins: [
unplugin.vite({
pandabox.vite({
/* options */
}),
],
Expand Down
4 changes: 2 additions & 2 deletions packages/unplugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ npm i @pandabox/unplugin

```ts
import { defineConfig } from 'vite'
import { unplugin } from '@pandabox/unplugin'
import pandabox from '@pandabox/unplugin'

export default defineConfig({
plugins: [
unplugin.vite({
pandabox.vite({
/* options */
}),
],
Expand Down

0 comments on commit d4eeab6

Please sign in to comment.