fix README (#74)

This commit is contained in:
Pichugin Dmitry 2018-05-31 20:33:44 +03:00 committed by Olivier Poitrey
parent c19f1e5eed
commit dabc72c15b
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ logger.Info().Str("foo", "bar").Msg("hello world")
```go
sublogger := log.With().
Str("component": "foo").
Str("component", "foo").
Logger()
sublogger.Info().Msg("hello world")