From 67f9e9f9d3ed6376d0556cfeaff1467d4c3eeba4 Mon Sep 17 00:00:00 2001 From: Dave Nicolson Date: Wed, 8 Mar 2023 23:38:03 +0100 Subject: [PATCH] Fix capitalization in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.