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