From 2d748139b252520db9203d7798fb56f6063bdd33 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Fri, 20 Nov 2015 14:18:33 +0100 Subject: [PATCH] Update example, fix #15 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b3dcab5..2ea3611 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ $ composer require mnapoli/silly Example of a Silly application: ```php +use use Symfony\Component\Console\Output\OutputInterface; + $app = new Silly\Application(); $app->command('greet [name] [--yell]', function ($name, $yell, OutputInterface $output) {