From 87eeed06f1f6c641c8a052c3a7f1132d916658a5 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Thu, 9 Jan 2025 23:08:22 +0100 Subject: [PATCH] chore: show correct image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b12190b..008a791 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 🤷‍♂️ zero-dependency, 🤏 tiny JS base class for creating reactive [custom elements](https://developer.mozilla.org/en-US/docs/Web/API/Web_Components/Using_custom_elements) easily ✨ -![counter example code snippet](https://raw.githubusercontent.com/ayoayco/web-component-base/main/assets/IMG_0682.png) +![counter example code snippet](https://git.sr.ht/~ayoayco/wcb/blob/main/assets/IMG_0682.png) When you extend the `WebComponent` class for your component, you only have to define the `template` and `properties`. Any change in any property value will automatically cause just the component UI to render.