Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Jan 8, 2017
1 parent 119bbad commit cd14b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if ($dd->isBot()) {
$clientInfo = $dd->getClient(); // holds information about browser, feed reader, media player, ...
$osInfo = $dd->getOs();
$device = $dd->getDevice();
$brand = $dd->getBrand();
$brand = $dd->getBrandName();
$model = $dd->getModel();
}
```
Expand Down

0 comments on commit cd14b4f

Please sign in to comment.