Skip to content

Commit

Permalink
Typo: changed attributes from three to a generic message
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yashrajbharti authored Aug 7, 2024
1 parent af704e2 commit 59c6832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Then simply use the web component as:
<random-color-svg width="92px" height="92px" username=""></random-color-svg>
```

> 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 |
| ---------- | --------------------------------------------------- | ----------- |
Expand Down

0 comments on commit 59c6832

Please sign in to comment.