Merge pull request #77 from dnicolson/fix-capitalization

Fix capitalization in README
This commit is contained in:
Dmitry Shirokov 2023-03-10 05:24:03 +05:30 committed by GitHub
commit 7430c84b78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
# chardet # 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** - Packed size is only **22 KB**
- Works in all environments: Node / Browser / Native - Works in all environments: Node / Browser / Native
- Works on all platforms: Linux / Mac / Windows - Works on all platforms: Linux / Mac / Windows
- No dependencies - No dependencies
- No native code / bindings - No native code / bindings
- 100% written in Typescript - 100% written in TypeScript
- Extensive code coverage - Extensive code coverage
## Installation ## Installation
@ -98,7 +98,7 @@ chardet
Currently only these encodings are supported. Currently only these encodings are supported.
## Typescript? ## TypeScript?
Yes. Type definitions are included. Yes. Type definitions are included.