From e4b5a9ebc23f1b8f8cad422914ec05738e49bd1c Mon Sep 17 00:00:00 2001
From: Ayo
Date: Sat, 16 May 2026 18:58:09 +0200
Subject: [PATCH] feat(site): update CDN url
---
README.md | 5 +----
index.html | 2 +-
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index ec6a4a1..5d01b6c 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Colored circles that can pulse. That's it. That's the component.
Copy the following to your HTML page:
```html
-
+
All systems operational
@@ -16,9 +16,6 @@ Copy the following to your HTML page:
See example on CodePen: https://codepen.io/ayo-run/pen/RNorXrK
-> [!NOTE]
-> In this example, `esm.sh` bundles the base class together with the component. For most use cases, that is good enough but, still, "it depends". Copying the code will work just fine, but it woudn't hurt to read around about the trade-offs how bundling affects your application.
-
## Installation via NPM
If you want to install the library as a node module, you can install the [published package](https://npmx.dev/@ayo-run/status-indicator) and the [base class](https://webcomponent.io) via NPM:
diff --git a/index.html b/index.html
index 3a44a41..b4f5ad8 100644
--- a/index.html
+++ b/index.html
@@ -94,7 +94,7 @@
Copy the following to your HTML page:
-<script type="module" src="https://esm.sh/@ayo-run/status-indicator"></script>
+<script type="module" src="https://esm.sh/@ayo-run/status-indicator@2.1.2/es2022/status-indicator.mjs"></script>
<status-indicator pulse status="positive">
All systems operational