Skip to content

Commit

Permalink
Merge pull request #70 from vsfarooqkhan/patch-2
Browse files Browse the repository at this point in the history
Spelling Mistakes and grammar mistakes
  • Loading branch information
duskload authored Jan 30, 2020
2 parents f88cc4e + cf0a5b5 commit a3a0056
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## react-device-detect

Detect device, and render view according to detected device type.
Detect device, and render view according to the detected device type.

## Installation

Expand Down Expand Up @@ -53,7 +53,7 @@ render() {
}
```

If you want to leave a message to specific browser (e.g IE), you can use `isIE` selector
If you want to leave a message to a specific browser (e.g IE), you can use `isIE` selector

```javascript
import {isIE} from 'react-device-detect';
Expand All @@ -66,7 +66,7 @@ render() {
}
```

If you want to render a view on specific device and with specific condition:
If you want to render a view on a specific device and with a specific condition:

```javascript
import { browserName, CustomView } from 'react-device-detect';
Expand Down

0 comments on commit a3a0056

Please sign in to comment.