From a18cf3ca226dfbac32c0b2eb8f6833cec50e8ce7 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 29 Sep 2024 20:30:47 +0200 Subject: [PATCH] chore: fix section link README.md (#51) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0741bdd..171c8af 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Links: 1. [Prop access](#prop-access) 1. [Alternatives](#alternatives) 1. [Styling](#styling) -1. [Shadow DOM Opt-In](#shadow-dom-opt-in-beta) +1. [Shadow DOM Opt-In](#shadow-dom-opt-in) 1. [Just the Templating](#just-the-templating) 1. [Life-Cycle Hooks](#life-cycle-hooks) 1. [`onInit`](#oninit) - the component is connected to the DOM, before view is initialized