Skip to content

Commit

Permalink
Merge pull request #1 from tranch-xiao/bug-fix
Browse files Browse the repository at this point in the history
Fix namespace error in README.md
  • Loading branch information
pahanini committed May 29, 2015
2 parents 1bdf2c2 + 6871956 commit 72d5d4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Usage
-----


```
```php
return [
'id' => 'app-console',
'bootstrap' => ['log'],
'components' => [
'log' => [
'targets' => [
[
'class' => 'pahanini\yii2-consolelog\ConsoleTarget',
'class' => 'pahanini\log\ConsoleTarget',
'levels' => ['error', 'warning', 'trace'],
]
],
Expand Down

0 comments on commit 72d5d4c

Please sign in to comment.