Skip to content
This repository has been archived by the owner on Jul 19, 2018. It is now read-only.

Commit

Permalink
- add missing ;
Browse files Browse the repository at this point in the history
- remove unnecessary "The"
  • Loading branch information
janpio committed Jun 1, 2012
1 parent 523693b commit b67333c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/README.md
@@ -1,7 +1,7 @@
# ua-parser PHP Library # # ua-parser PHP Library #


This is the PHP library for the [ua-parser](https://github.com/tobie/ua-parser) project. This library This is the PHP library for the [ua-parser](https://github.com/tobie/ua-parser) project. This library
utilizes the user agents regex YAML file from ua-parser but otherwise creates its own set of attributes to describe a browser, OS, and device. The utilizes the user agents regex YAML file from ua-parser but otherwise creates its own set of attributes to describe a browser, OS, and device.


## Demo ## ## Demo ##


Expand Down Expand Up @@ -53,7 +53,7 @@ Straightforward:
print $result->device; print $result->device;
// -> "Palm Pixi" // -> "Palm Pixi"


print $result->deviceVersion print $result->deviceVersion;
// -> "1.0" // -> "1.0"


print $result->deviceMajor; print $result->deviceMajor;
Expand Down

0 comments on commit b67333c

Please sign in to comment.