From 0ca88e87f915e5e6e6aade61237bd6ee494e08f9 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 9 May 2026 07:40:21 +0200 Subject: [PATCH] chore: update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 559bc04..f13f56a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Copy the following to your HTML page: ```html - + All systems operational ``` @@ -28,9 +28,9 @@ pnpm add @ayo-run/status-indicator ## Usage -### 1. `status` property +### 1. `status` attribute -To indicate the status that determines the color of the circle, set the `status` property of the `status-indicator` component to any of the following: `positive`, `negative`, `active`, or `intermediary`. +To indicate the status that determines the color of the circle, set the `status` attribute of the `status-indicator` component to any of the following values: `positive`, `negative`, `active`, or `intermediary`. ```html All systems operational @@ -45,7 +45,7 @@ To indicate the status that determines the color of the circle, set the `status` You can add the `pulse` attribute to make the circle... pulse ```html - + All systems operational ```