From 69374e9e7f79e5d9f3bb0f7273256eab5c4589fd Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 17 Sep 2023 00:53:49 +0200 Subject: [PATCH] chore: update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1cd6a6c..7326db5 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ When you extend the `WebComponent` class for your component, you only have to de The result is a reactive UI on attribute changes. +Optionally, you can +1. define a method [`onChanges`](#hooks) that gets triggered when an attribute value changed + ## Installation ```bash