From 59c683292b2bcee2bb6e252d99f91e75b9bc040a Mon Sep 17 00:00:00 2001 From: Yash Raj Bharti <43868318+yashrajbharti@users.noreply.github.com> Date: Wed, 7 Aug 2024 13:50:48 +0530 Subject: [PATCH] Typo: changed attributes from three to a generic message Attributes might increase over time, explicitly mentioning three (or four as of now) can later be overlooked and missed, so changed it to "following attributes" as per the table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5742ca6..1ab75d2 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Then simply use the web component as: ``` -> Supports three optional attributes, height and width for sizing the svg, and a username attribute to get a hashed color (optional). Also, it has getter and setter methods for color. Colors attribute is a string of 15 hex color codes. +> Supports the following optional attributes, height and width for sizing the svg, and a username attribute to get a hashed color (optional). Also, it has getter and setter methods for color. Colors attribute is a string of 15 hex color codes. | Attribute | Description | Default | | ---------- | --------------------------------------------------- | ----------- |