From 8b80b93e47b639427ea44ce4e3e4fde9465bd612 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 25 Sep 2023 18:18:33 +0200 Subject: [PATCH] chore: update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7604fbd..1878607 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,9 @@ The result is a reactive UI on property changes. 1. [Life-Cycle Hooks](#life-cycle-hooks) 1. [`onInit`](#oninit) - the component is connected to the DOM, before view is initialized 1. [`afterViewInit`](#afterviewinit) - after the view is first initialized + 1. [`onDestroy`](#ondestroy) - the component is disconnected from the DOM 1. [`onChanges`](#onchanges) - every time an attribute value changes - 1. [`onDestroy`]() + ## Import via unpkg Import using [unpkg](https://unpkg.com/web-component-base) in your vanilla JS component. We will use this in the rest of our [usage examples](#usage).