diff --git a/README.md b/README.md index d5cc054..125f6b8 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,9 @@ npm create electron-vite └── vite.config.ts ``` -## 🚨 Be aware +## Be aware -By default, this template integrates Node.js in the Renderer process. If you don't need it, you just remove the option below. [Because it will modify the default config of Vite](https://github.com/electron-vite/vite-plugin-electron/tree/main/packages/electron-renderer#config-presets-opinionated). +🚨 By default, this template integrates Node.js in the Renderer process. If you don't need it, you just remove the option below. [Because it will modify the default config of Vite](https://github.com/electron-vite/vite-plugin-electron/tree/main/packages/electron-renderer#config-presets-opinionated). ```diff # vite.config.ts