Skip to content

Commit

Permalink
fix README.md typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemirpolat committed Jun 9, 2021
1 parent b1351c5 commit d5be4cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ l.SetTimeFormat(time.RFC3339Nano)
# Set Prefixes
```go
l.SetDebugPrefix("DEB")
l.SetDebugPrefix("INF")
l.SetDebugPrefix("WAR")
l.SetDebugPrefix("ERR")
l.SetDebugPrefix("FAT")
l.SetInfoPrefix("INF")
l.SetWarningPrefix("WAR")
l.SetErrorPrefix("ERR")
l.SetFatalPrefix("FAT")
```

# Set Logging Level
Expand Down

0 comments on commit d5be4cd

Please sign in to comment.