diff --git a/packages/vite-plugin-vue-i18n/README.md b/packages/vite-plugin-vue-i18n/README.md index e455280..c4b6de1 100644 --- a/packages/vite-plugin-vue-i18n/README.md +++ b/packages/vite-plugin-vue-i18n/README.md @@ -218,7 +218,7 @@ vite-plugin-vue-i18n will automatically select and bundle Vue I18n build accordi About details, See the [here](https://vue-i18n.intlify.dev/guide/advanced/optimization.html#improve-performance-and-reduce-bundle-size-with-runtime-build-only) -### For `petite-vue-ei18n` +### For `petite-vue-i18n` vite-plugin-vue-i18n will automatically select and bundle `petite-vue-i18n` build according to the following vite behavior: @@ -423,7 +423,7 @@ About details, See the below section - **Type:** `boolean` - **Default:** `false` - Whether to use the imporot name of `petite-vue-i18n` with the same import name as vue-i18n (`import { xxx } from ‘vue-i18n’`). + Whether to use the import name of `petite-vue-i18n` with the same import name as vue-i18n (`import { xxx } from 'vue-i18n'`). This option allows a smooth migration from `petite-vue-i18n` to `vue-i18n` and allows progressive enhacement.