Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Dec 7, 2014
1 parent a881d34 commit 7e04968
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -87,6 +87,14 @@ Get the browser name. (Chrome, IE, Safari, Firefox, ...)

Agent::browser();

### Desktop detection

Check if the user is a desktop.

Agent::isDesktop();

*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 7e04968

Please sign in to comment.