Skip to content

Commit

Permalink
README: require absolute composer (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Votruba authored and akondas committed Oct 25, 2017
1 parent 11d05ce commit a077265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PHP-ML requires PHP >= 7.0.

Simple example of classification:
```php
require_once 'vendor/autoload.php';
require_once __DIR__ . '/vendor/autoload.php';

use Phpml\Classification\KNearestNeighbors;

Expand Down

0 comments on commit a077265

Please sign in to comment.