Skip to content

Commit 4808c53

Browse files
authored
Update README.md
1 parent 9efb7a7 commit 4808c53

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ It should be able to validate strings using less than 1 cycle per input byte.
2323
Real-word usage
2424
------
2525

26+
This C++ library is part of the JavaScript package [utf-8-validate](https://github.com/websockets/utf-8-validate). The utf-8-validate package is routinely downloaded more than [a million times per week](https://www.npmjs.com/package/utf-8-validate).
27+
2628
If you are using Node JS (19.4.0 or better), you already have access to this function as `buffer.isUtf8(...)`.
2729

30+
31+
2832
Requirements
2933
-------
3034

0 commit comments

Comments
 (0)