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 ```