From 766cf65b4a4b7a163614597796a04a91f02321fd Mon Sep 17 00:00:00 2001
From: Ayo
Date: Sun, 26 Nov 2023 19:36:36 +0100
Subject: [PATCH] feat(site): update content
---
site/src/pages/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/site/src/pages/index.html b/site/src/pages/index.html
index bae4099..e5f85ef 100644
--- a/site/src/pages/index.html
+++ b/site/src/pages/index.html
@@ -27,9 +27,9 @@
- By extending our WebComponent base class, you get an easy authoring experience as you would expect in writing your components
+ By extending our base class, you get an easy authoring experience as you would expect in writing your components:
- - A signals-like props API that keeps your property changes and UI in sync
+ - A reactive props API that synchronizes your components' property values and UI
- Sensible life-cycle hooks that you understand and remember
- Extensible templates & renderer (examples in-progress)
- Provided out-of-the-box with McFly, a powerful no-framework framework