Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Proxy-99 committed Mar 21, 2023
1 parent c0249b5 commit 8eb9c35
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 @@ -122,7 +122,7 @@ new cursoreffects.emojiCursor({ emoji: ["🔥", "🐬", "🦆"] });
### textFlag

You can change the `textFlag`'s text with the `text` option (String),
and color of the text with the `color` (an array)
and color of the text with the `color` option (hex)

```js
new textFlag({text: "test",color:["#FF6800"]});
Expand Down

0 comments on commit 8eb9c35

Please sign in to comment.