Skip to content

Commit

Permalink
Update example, fix #15
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Nov 20, 2015
1 parent a35534d commit 2d74813
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2d74813

Please sign in to comment.