Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yeriomin committed Jan 15, 2015
1 parent 1f12fbb commit 484819b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Install console-app as a dependency

Extend `\Yeriomin\ConsoleApp\ConsoelApp` class and implement the `run()` method.

```
<?php
class MyConsoleApp extends \Yeriomin\ConsoleApp\ConsoelApp {
public function run()
{
$this->logger->info('Hi');
}
```php
<?php
class MyConsoleApp extends \Yeriomin\ConsoleApp\ConsoelApp {
public function run()
{
$this->logger->info('Hi');
}
}
```

Features
Expand Down

0 comments on commit 484819b

Please sign in to comment.