Include path fix
This commit is contained in:
parent
c8a68f831b
commit
19fc33fe7e
|
|
@ -14,7 +14,7 @@ Exporting:
|
|||
```php
|
||||
<?php
|
||||
|
||||
require_once __DIR__.'/../../vendor/autoload.php';
|
||||
require_once __DIR__.'/../vendor/autoload.php';
|
||||
|
||||
use PHP_Exporter\Exporter;
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ Diffing:
|
|||
```php
|
||||
<?php
|
||||
|
||||
require_once __DIR__.'/../../vendor/autoload.php';
|
||||
require_once __DIR__.'/../vendor/autoload.php';
|
||||
|
||||
use PHP_Exporter\Exporter;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue