diff --git a/README.md b/README.md index 6563a85..bbd922c 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # chardet -*Chardet* is a character detection module written in pure Javascript (Typescript). Module uses occurrence analysis to determine the most probable encoding. +*Chardet* is a character detection module written in pure JavaScript (TypeScript). Module uses occurrence analysis to determine the most probable encoding. - Packed size is only **22 KB** - Works in all environments: Node / Browser / Native - Works on all platforms: Linux / Mac / Windows - No dependencies - No native code / bindings -- 100% written in Typescript +- 100% written in TypeScript - Extensive code coverage ## Installation @@ -98,7 +98,7 @@ chardet Currently only these encodings are supported. -## Typescript? +## TypeScript? Yes. Type definitions are included.