Skip to content

Commit

Permalink
Remove ugly pixels.
Browse files Browse the repository at this point in the history
  • Loading branch information
lennerd committed Oct 23, 2017
1 parent 5d4dad9 commit c469e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This library helps you detecting bots like Google, Yahoo or Bing.

[![Build Status](https://secure.travis-ci.org/lennerd/vipx-bot-detect.png)](http://travis-ci.org/lennerd/vipx-bot-detect)
[![Build Status](https://travis-ci.org/lennerd/vipx-bot-detect.svg?branch=master)](https://travis-ci.org/lennerd/vipx-bot-detect)
[![Coverage Status](https://img.shields.io/coveralls/lennerd/vipx-bot-detect.svg)](https://coveralls.io/r/lennerd/vipx-bot-detect?branch=master)

## Installation using [composer](https://getcomposer.org/)
Expand Down Expand Up @@ -30,7 +30,7 @@ $detector = new BotDetector($loader, $metadataFile);
# Call detect() on BotDetector, passing in a user agent string and IP address,
# most commonly found in $_SERVER['HTTP_USER_AGENT'] and $_SERVER['REQUEST_ADDR']
# respectively.
# detect() will return a Vipx\BotDetect\Metadata\Metadata object containing the
# detect() will return a Vipx\BotDetect\Metadata\Metadata object containing the
# details of a matched bot and null on no match.
$bot = $detector->detect($agent, $ip);
```
Expand Down

0 comments on commit c469e0f

Please sign in to comment.