Skip to content

Commit

Permalink
Merge pull request #21 from steverob/patch-1
Browse files Browse the repository at this point in the history
Updated Readme to show desktop is also a detectable detect type
  • Loading branch information
YAGoOaR committed Sep 2, 2016
2 parents d838557 + 672644c commit fd55e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -47,7 +47,7 @@ client.os_full_version # => '8'

# For many devices, you can also query the device name (usually the model name)
client.device_name # => 'iPhone 5'
# Device types can be one of the following: smartphone, tablet, console,
# Device types can be one of the following: desktop, smartphone, tablet, console,
# portable media player, tv, car browser, camera
client.device_type # => 'smartphone'
```
Expand Down

0 comments on commit fd55e4e

Please sign in to comment.