diff --git a/README.md b/README.md index 2ea3611..7a28b43 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ $ composer require mnapoli/silly Example of a Silly application: ```php -use use Symfony\Component\Console\Output\OutputInterface; +use Symfony\Component\Console\Output\OutputInterface; $app = new Silly\Application();