Skip to content

Commit 2c21216

Browse files
authored
docs: update README Usage section to replace deprecated minimalPreset with minimal2023Preset (#56)
1 parent b2f03ac commit 2c21216

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
@@ -61,7 +61,7 @@ pnpm add @vite-pwa/assets-generator -D
6161
Create `pwa-assets.config.js` or `pwa-assets.config.ts` file in your root project folder and configure a preset and the images to use to generate the PWA assets:
6262

6363
```ts
64-
import { defineConfig, minimalPreset as preset } from '@vite-pwa/assets-generator/config'
64+
import { defineConfig, minimal2023Preset as preset } from '@vite-pwa/assets-generator/config'
6565

6666
export default defineConfig({
6767
preset,

0 commit comments

Comments
 (0)