Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit c3ac3f0

Browse files
authored
Update README.md
1 parent 7d869f4 commit c3ac3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import (
6666

6767
myLogrus := lgrs.New()
6868
myLogrus.Out = &bytes.Buffer{}
69-
logger := log.New(myLogrus)
69+
logger := logrus.New(myLogrus)
7070
logger.Debug("this is a debug message")
7171
```
7272

0 commit comments

Comments
 (0)