chore: update readme Quick Start section
This commit is contained in:
parent
2b86da47ad
commit
110e4b1e5d
1 changed files with 4 additions and 5 deletions
|
|
@ -2,14 +2,13 @@
|
|||
|
||||
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
|
||||
<head>
|
||||
<script type="module" src="https://esm.sh/@ayo-run/status-indicator"></script>
|
||||
</head>
|
||||
<script type="module" src="https://esm.sh/@ayo-run/status-indicator"></script>
|
||||
<status-indicator status="positive">All systems operational</status-indicator>
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
|
|
|||
Loading…
Reference in a new issue