diff --git a/src/guide/quick-start.md b/src/guide/quick-start.md
index 35c5feaede..f331ce6e5e 100644
--- a/src/guide/quick-start.md
+++ b/src/guide/quick-start.md
@@ -33,7 +33,11 @@ This command will install and execute [create-vue](https://github.com/vuejs/crea
✔ Add JSX Support? … No / Yes
✔ Add Vue Router for Single Page Application development? … No / Yes
✔ Add Pinia for state management? … No / Yes
-✔ Add Cypress for testing? … No / Yes
+✔ Add Vitest for Unit testing? … No / Yes
+✔ Add Cypress for End-to-End testing? … No / Yes
+✔ Add ESLint for code quality? … No / Yes
+✔ Add Prettier for code formatting? … No / Yes
+
Scaffolding project in ./<your-project-name>...
Done.