diff --git a/packages/integrations/vue/README.md b/packages/integrations/vue/README.md index 76b5f8146f0c..010275abcf2c 100644 --- a/packages/integrations/vue/README.md +++ b/packages/integrations/vue/README.md @@ -111,4 +111,4 @@ export default defineConfig({ }); ``` -This will enable rendering both Vue and Vue JSX components. To customize the Vue JSX compiler, options can be passed instead of a boolean. See the `@vitejs/plugin-vue-jsx` [docs](https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx) for more details. +This will enable rendering for both Vue and Vue JSX components. To customize the Vue JSX compiler, pass an options object instead of a boolean. See the `@vitejs/plugin-vue-jsx` [docs](https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx) for more details.