From 3f5bd791017e5dece13d88481e3fd30fc80a773f Mon Sep 17 00:00:00 2001 From: kspace-trk Date: Sun, 1 Dec 2024 17:57:52 +0900 Subject: [PATCH] docs: update README Usage section to replace deprecated minimalPreset with minimal2023Preset --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8bc8bc..52061e8 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ pnpm add @vite-pwa/assets-generator -D 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: ```ts -import { defineConfig, minimalPreset as preset } from '@vite-pwa/assets-generator/config' +import { defineConfig, minimal2023Preset as preset } from '@vite-pwa/assets-generator/config' export default defineConfig({ preset,