chore: fix typos in readme

This commit is contained in:
Ayo 2023-12-10 20:27:48 +01:00
parent 5eafd01827
commit 6d52a3bea0

View file

@ -13,11 +13,11 @@ The result is a reactive UI on property changes. [View on CodePen ↗](https://c
## Features
- A props API that synchronizes your components' property values and HTML attributes
- A robust `props` API that synchronizes your components' property values and HTML attributes
- Sensible life-cycle hooks that you understand and remember
- An html tagged templates powered by preact's html/mini
- Attach functions as "side effects" that gets triggered on property value changes with attachEffect (example)
- Provided out-of-the-box with McFly, a powerful no-framework framework
- A minimal `html` function for tagged templates powered by preact's tiny (450 Bytes) [htm/mini](http://github.com/developit/htm)
- Attach "side effects" that gets triggered on property value changes with `attachEffect` ([example](https://codepen.io/ayoayco-the-styleful/pen/ExrdWPv?editors=1011))
- Provided out-of-the-box with [McFly](https://ayco.io/gh/McFly), a powerful no-framework framework
## Table of Contents
@ -289,6 +289,6 @@ As of the major release v2.0.0, the base class is around 1.7 kB (min + gzip) acc
>
>I also don't want to get things in my code that I don't need (YAGNI -- You Aren't Gonna Need It)... and I want a base class for simpler use cases that don't have Proxy props or attaching effects...
>
>To address this, I am working on a "lite" version my base class... please stay tuned.
>To address this, I am working on a "lite" version of my base class here... please stay tuned.
>
> -Ayo