diff --git a/packages/auto-icons/README.md b/packages/auto-icons/README.md index c0371021..0cef2993 100644 --- a/packages/auto-icons/README.md +++ b/packages/auto-icons/README.md @@ -32,7 +32,7 @@ The module can be configured via the `autoIcons` config: ```ts export default defineConfig({ - module: ['@wxt-dev/auto-icons'], + modules: ['@wxt-dev/auto-icons'], autoIcons: { // ... },