From 5da5e8b7a23a2b19074db018a6fb210f94e1c2b9 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Fri, 20 Nov 2015 21:02:10 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();