Skip to content

Commit 01f1854

Browse files
ThomasLandauerondrejmirtes
authored andcommitted
Update README.md
Fixing path. If the file is in `test`, you just need to go up *one* level.
1 parent 856853a commit 01f1854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For example, in a Symfony project, `object-manager.php` would look something lik
7171
```php
7272
<?php
7373

74-
require dirname(__DIR__).'/../config/bootstrap.php';
74+
require __DIR__.'/../config/bootstrap.php';
7575
$kernel = new \App\Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
7676
$kernel->boot();
7777
return $kernel->getContainer()->get('doctrine')->getManager();

0 commit comments

Comments
 (0)