From d4685064d08ec2c7b47cb89bd9a88740bc8207c5 Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Sun, 5 May 2024 15:05:16 -0400 Subject: [PATCH] readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 10b80af..5992939 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,9 @@ The `app()` is the builder function and takes an `opts` object: #### Output: -| Property | Description | -| --------------- | --------------------------------------------------------- | -| `state([data])` | state function to get or update internal data | -| `actions` | component actions that you can call outside the component | +| Property | Description | +| --------------- | --------------------------------------------- | +| `state([data])` | state function to get or update internal data | ### h(tag, [...args]) @@ -65,4 +64,4 @@ The `h()` is an **optional** hypertext build utility that weighs in around **~25 ## Notes -> WORK-IN-PROGRESS: actions do not work +> WORK-IN-PROGRESS