From b67333c1ef1f5c768d53d5133d841c02ce9c2e04 Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Fri, 1 Jun 2012 14:49:23 +0300 Subject: [PATCH] - add missing ; - remove unnecessary "The" --- php/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/README.md b/php/README.md index 3757cd53..df492f4b 100644 --- a/php/README.md +++ b/php/README.md @@ -1,7 +1,7 @@ # ua-parser PHP 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 ## @@ -53,7 +53,7 @@ Straightforward: print $result->device; // -> "Palm Pixi" - print $result->deviceVersion + print $result->deviceVersion; // -> "1.0" print $result->deviceMajor;