chore: update readme Quick Start section

This commit is contained in:
ayo 2026-05-08 20:09:57 +02:00
parent 2b86da47ad
commit 110e4b1e5d

View file

@ -2,14 +2,13 @@
Circles with colors. That's it. That's the component. Circles with colors. That's it. That's the component.
## Quick usage via CDN ## Quick Start
Inside your HTML `<head>`: Copy the following on your HTML page:
```html ```html
<head> <script type="module" src="https://esm.sh/@ayo-run/status-indicator"></script>
<script type="module" src="https://esm.sh/@ayo-run/status-indicator"></script> <status-indicator status="positive">All systems operational</status-indicator>
</head>
``` ```
## Installation ## Installation