Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
kalibora committed Dec 9, 2016
1 parent 9df79f6 commit f725eaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Monolog Console Processor
======================

Monolog Processor for Symfony console component.

Add extra data about console. (The current implementation is only command name)

Usage
Expand All @@ -13,7 +14,7 @@ example) **`app/config/config.yml` or `app/config/services.yml`**

```yaml
services:
monolog.processor.session_request:
monolog.processor.console:
class: Otobank\Monolog\Processor\ConsoleProcessor
tags:
- { name: monolog.processor }
Expand Down

0 comments on commit f725eaf

Please sign in to comment.