Skip to content

Commit 7f763bc

Browse files
committed
Update README.md
1 parent a4a58b7 commit 7f763bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ Check if the user is using a desktop device.
135135
$agent->isDesktop();
136136
```
137137

138+
*This checks if a user is not a mobile device, tablet or robot.*
139+
138140
### Phone detection
139141

140142
Check if the user is using a phone device.
@@ -143,8 +145,6 @@ Check if the user is using a phone device.
143145
$agent->isPhone();
144146
```
145147

146-
*This checks if a user is not a mobile device, tablet or robot.*
147-
148148
### Robot detection
149149

150150
Check if the user is a robot.

0 commit comments

Comments
 (0)