Skip to content

Commit 36264bf

Browse files
authored
Readme: update entrypoint (bin/console)
1 parent 2bcbd5d commit 36264bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,6 @@ require __DIR__ . '/../vendor/autoload.php';
185185

186186
exit(App\Bootstrap::boot()
187187
->createContainer()
188-
->getByType(Contributte\Console\Application::class)
188+
->getByType(Symfony\Component\Console\Application::class)
189189
->run());
190190
```

0 commit comments

Comments
 (0)