Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Nov 15, 2015
1 parent a4a58b7 commit 7f763bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ Check if the user is using a desktop device.
$agent->isDesktop();
```

*This checks if a user is not a mobile device, tablet or robot.*

### Phone detection

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

*This checks if a user is not a mobile device, tablet or robot.*

### Robot detection

Check if the user is a robot.
Expand Down

0 comments on commit 7f763bc

Please sign in to comment.