Skip to content

Commit

Permalink
Fix README examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaposa committed Mar 28, 2020
1 parent 76b1bd3 commit 15adf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Load bootstrap in your web application root (for example `public/index.php`):

```php

/* @var $diContainer \Psr\Container\ContainerInterface */
/* @var \Psr\Container\ContainerInterface $diContainer */
$diContainer = require __DIR__ . '/../src/bootstrap.php';

$diContainer->get('My\\Web\\Application')->run();
Expand Down

0 comments on commit 15adf02

Please sign in to comment.