You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,9 @@ Feel free to test the functionality of this NPM package [here](https://encoding-
24
24
25
25
## Installation
26
26
27
-
`npm install detect-file-encoding-and-language`
27
+
```
28
+
npm install detect-file-encoding-and-language
29
+
```
28
30
29
31
## Usage
30
32
@@ -49,7 +51,7 @@ function inputHandler(e) {
49
51
50
52
If you don't want to use a CDN feel free to [download the source code](https://github.com/gignupg/Detect-File-Encoding-and-Language/wiki/Downloading-the-Source-Code)!
0 commit comments