chore: update readme usage instructions
This commit is contained in:
parent
4574a09275
commit
e104d6d7fb
1 changed files with 4 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Circles with colors. That's it. That's the component.
|
Circles with colors. That's it. That's the component.
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start using a CDN
|
||||||
|
|
||||||
Copy the following to your HTML page:
|
Copy the following to your HTML page:
|
||||||
|
|
||||||
|
|
@ -11,7 +11,9 @@ Copy the following to your HTML page:
|
||||||
<status-indicator status="positive">All systems operational</status-indicator>
|
<status-indicator status="positive">All systems operational</status-indicator>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installation
|
## 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) via NPM:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# using npm
|
# using npm
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue