Skip to content

Commit 273ae33

Browse files
committed
Update README.md
1 parent ef673cc commit 273ae33

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ https://inokawa.github.io/rich-textarea/
1717

1818
Sometimes we need rich text editor in web but creating it with [contenteditable is so hard](https://github.com/grammarly/contenteditable)... Maybe all you really need is just a textarea with highlighting?
1919

20-
This library is a simple native [textarea](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea) but has a function to style texts matched with regex.
21-
Not just highlighting them like similar libraries, this library also supports colorizing, decorating and more.
22-
And also suports combination of multiple matchers (experimental).
20+
This library is a simple native [textarea](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea) but has a function to style texts with regex or other tokenizers.
21+
Not just highlighting texts like similar libraries, this library also supports colorizing, decorating and more.
2322

2423
## Install
2524

0 commit comments

Comments
 (0)