README fix.

This commit is contained in:
Stanislav Nikitin 2018-12-18 04:12:55 +05:00
parent c190580866
commit bcad9b7ec3
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ It is able to run with standart log package, in that case
initialize flagger like:
```
flgr = flagger.New(flagger.LoggerInterface(log.New(os.Stdout, "testing logger: ", log.Lshortfile)))
flgr = flagger.New("My Super Program", flagger.LoggerInterface(log.New(os.Stdout, "testing logger: ", log.Lshortfile)))
flgr.Initialize()
```