Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Macsch15 committed Jun 27, 2018
1 parent 71b4f93 commit 8542d37
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 @@ -6,7 +6,7 @@ Fat-free, standalone and fast web crawler (bot) detector
Special thanks for [Piwik team](http://piwik.org/team/) for the [crawlers regexes](https://github.com/piwik/device-detector/blob/master/regexes/bots.yml) :heart:

#### Requirements
- PHP 5.5 (or above)
- PHP 7.1 (or above)
- Composer
- PHPUnit (for automated testing)

Expand All @@ -17,7 +17,7 @@ $ composer require macsch15/crawler-detector 1.3.*

```php
<?php
require './vendor/autoload.php';
require 'vendor/autoload.php';

use CrawlerDetector\Detector\CrawlerDetector;

Expand Down

0 comments on commit 8542d37

Please sign in to comment.