Change GettingStarted to match README change with absolute require

This commit is contained in:
Rob Lourens 2017-10-30 16:14:48 -07:00
Родитель 2c060ce706
Коммит 77579dfa1e
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -59,7 +59,8 @@ rather the complete source, which includes tests as well.
```php
<?php
require "vendor/autoload.php"; # autoloads required classes
// Autoload required classes
require __DIR__ . "/vendor/autoload.php";
use Microsoft\PhpParser\{DiagnosticsProvider, Parser};