Fix capitalization in README
This commit is contained in:
parent
12274b3d17
commit
67f9e9f9d3
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue