diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a610be2..97dab29 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,7 +2,7 @@
This site is built with [Vite](https://vitejs.dev) and [Svelte](https://svelte.dev). Site content is written in Markdown format located in `content`. For simple edits, you can directly edit the file on GitHub and generate a Pull Request.
-## Add a framework
+## Add a new framework
1. Fork the project and create a new branch
2. Add the new framework SVG logo in `public/framework`
diff --git a/README.md b/README.md
index d622e56..c9a3718 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@ How do we solve this ? Developers love having framework overview by examples. It
Vue 3
-
+
- [x] Reactivity
- [x] Declare state
@@ -105,7 +105,7 @@ How do we solve this ? Developers love having framework overview by examples. It
- [x] Lifecycle
- [x] On mount
- [x] On unmount
-- [ ] Component composition
+- [x] Component composition
- [x] Props
- [x] Emit to parent
- [x] Slot
@@ -470,7 +470,7 @@ pnpm run dev
This project requires Node.js to be `v16.0.0` or higher.
-### Add a framework
+### Add a new framework
1. Fork the project and create a new branch
2. Add the new framework SVG logo in `public/framework`