Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edoger committed Dec 28, 2020
1 parent 8e99f73 commit 4583ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func main() {
// Creates a logger instance with the specified name.
log := logger.New("test")

// {"fields":{},"level":"info","message":"Something happened.","name":"test","time":"2020-02-20T20:20:20+08:00"}
// {"level":"info","message":"Something happened.","name":"test","time":"2020-02-20T20:20:20+08:00"}
log.Info("Something happened.")

// {"fields":{"num":1},"level":"info","message":"Something happened.","name":"test","time":"2020-02-20T20:20:20+08:00"}
Expand Down

0 comments on commit 4583ae5

Please sign in to comment.