Skip to content

Commit

Permalink
Fix typo in use namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
xhuberty committed Apr 20, 2016
1 parent 316b6eb commit 373b229
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 @@ -35,7 +35,7 @@ The `Picotainer` class takes 2 parameters:
- an optional [delegate-lookup container](https://github.com/container-interop/container-interop/blob/master/docs/Delegate-lookup.md)

```php
use Mouf\Picotainer;
use Mouf\Picotainer\Picotainer;
use Interop\Container\ContainerInterface;

$container = new Picotainer([
Expand Down

0 comments on commit 373b229

Please sign in to comment.