Skip to content

Commit 482ddd1

Browse files
authored
Updated description
1 parent f006cea commit 482ddd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

is-unicode-supported/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
> ### _Detect whether the terminal supports advanced Unicode._
1717
18-
Checks if terminal supports advanced Unicode (CJK, emoji, etc.) by measuring the cursor position of a single, wide char (𠀀). On Windows, returns `False` for legacy consoles (CMD). On all other modern terminals, returns `True` if the wide char renders as 2 columns.
18+
Checks if terminal supports advanced Unicode (CJK, emoji, etc.) by measuring the cursor position of a single, wide char (𠀀). Returns `False` for legacy consoles or `True` if the wide char renders as 2 columns.
1919

2020
## ⚡ Installation
2121

0 commit comments

Comments
 (0)