Skip to content

Commit c187cad

Browse files
authored
Update readme to reflect logrus import change
1 parent 58f344c commit c187cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func New() *Struct {
2525
}
2626
```
2727

28-
For logging `github.com/Sirupsen/logrus` is used. You can set debug logging with
28+
For logging `github.com/sirupsen/logrus` is used. You can set debug logging with
2929

3030
```go
3131
logrus.SetLevel(logrus.DebugLevel)

0 commit comments

Comments
 (0)