Skip to content

Commit 0ec48ed

Browse files
committed
Fixed capitalization in Readme
1 parent 548d24a commit 0ec48ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Detect-File-Encoding-and-Language
1+
# Detect-File-Encoding-And-Language
22

33
![npm](https://img.shields.io/npm/dm/detect-file-encoding-and-language)
44
![npm](https://img.shields.io/npm/v/detect-file-encoding-and-language)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "detect-file-encoding-and-language",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "Charset Detector - Detect the encoding and language of text files - Use it in the browser, with Node.js, or via CLI",
55
"main": "src/index-node.js",
66
"types": "src/index-node.d.ts",

0 commit comments

Comments
 (0)