File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11## react-device-detect
22
3- Detect device, and render view according to detected device type.
3+ Detect device, and render view according to the detected device type.
44
55## Installation
66
@@ -53,7 +53,7 @@ render() {
5353}
5454```
5555
56- If you want to leave a message to specific browser (e.g IE), you can use ` isIE ` selector
56+ If you want to leave a message to a specific browser (e.g IE), you can use ` isIE ` selector
5757
5858``` javascript
5959import {isIE } from ' react-device-detect' ;
@@ -66,7 +66,7 @@ render() {
6666}
6767```
6868
69- If you want to render a view on specific device and with specific condition:
69+ If you want to render a view on a specific device and with a specific condition:
7070
7171``` javascript
7272import { browserName , CustomView } from ' react-device-detect' ;
You can’t perform that action at this time.
0 commit comments