Skip to content

Commit b5d4e16

Browse files
committed
minor documentation fix
1 parent 7c218ff commit b5d4e16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ cases a much simpler method can be just as effective.
2323
php-user-agent has the advantage of being compact and easy to extend.
2424
It is performant as well, since it doesn't do any iteration or recursion.
2525

26-
Tests, code and documentation in fast progress.
27-
2826
## Usage
2927

3028
// include the class
@@ -47,6 +45,7 @@ You can specify another user agent string:
4745

4846
// use another user agent string
4947
$userAgent = new phpUserAgent('msnbot/2.0b (+http://search.msn.com/msnbot.htm)');
48+
$userAgent->getBrowserName() // msnbot
5049

5150
// use current user agent string
5251
$userAgent = new phpUserAgent($_SERVER['HTTP_USER_AGENT');

0 commit comments

Comments
 (0)