Skip to content

Commit 983dff3

Browse files
authored
Update README.md
1 parent 0bfbfa1 commit 983dff3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

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

2525
## Installation
2626

27-
`npm install detect-file-encoding-and-language`
27+
```
28+
npm install detect-file-encoding-and-language
29+
```
2830

2931
## Usage
3032

@@ -49,7 +51,7 @@ function inputHandler(e) {
4951

5052
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)!
5153

52-
### With React and other frameworks
54+
### In React
5355

5456
```js
5557
// index.html
@@ -68,7 +70,7 @@ function inputHandler(e) {
6870
}
6971
```
7072

71-
### With Node
73+
### In Node
7274

7375
```js
7476
// server.js

0 commit comments

Comments
 (0)