Skip to content

Commit 0faae35

Browse files
authored
Update README.md
1 parent 549952f commit 0faae35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Feel free to test the functionality of this NPM package [here](https://encoding-
2828

2929
## Usage
3030

31-
### Script Tag
31+
### Via Script Tag
3232

3333
```js
3434
// index.html
@@ -49,7 +49,7 @@ function inputHandler(e) {
4949

5050
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)!
5151

52-
### React and other frameworks
52+
### With React and other frameworks
5353

5454
```js
5555
// index.html
@@ -68,7 +68,7 @@ function inputHandler(e) {
6868
}
6969
```
7070

71-
### Node
71+
### With Node
7272

7373
```js
7474
// server.js
@@ -78,7 +78,7 @@ languageEncoding(pathToFile).then((fileInfo) => console.log(fileInfo));
7878
// Possible result: { language: japanese, encoding: Shift-JIS, confidence: { encoding: 0.94, language: 0.94 } }
7979
```
8080

81-
### CLI
81+
### Via CLI
8282

8383
```bash
8484
# Installation

0 commit comments

Comments
 (0)