Include path fix

This commit is contained in:
Jeff Welch 2013-02-07 05:21:30 -05:00
parent c8a68f831b
commit 19fc33fe7e
1 changed files with 2 additions and 2 deletions

View File

@ -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;