Skip to content

Commit

Permalink
docs: fix typo in README
Browse files Browse the repository at this point in the history
Signed-off-by: TJ Hoplock <[email protected]>
  • Loading branch information
tjhop committed Nov 28, 2024
1 parent 45a1565 commit 82c73cc
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 @@ -29,7 +29,7 @@ func main() {
slogger := slog.New(slgk.NewGoKitHandler(gklogger, nil))
slogger.WithGroup("example_group").With("foo", "bar").Info("hello world")

// The slog Logger produced logs at slog.LevelInfo by default.
// The slog Logger produces logs at slog.LevelInfo by default.
// Optionally create an slog.Leveler to dynamically adjust the level of
// the slog Logger.
lvl := &slog.LevelVar{}
Expand Down

0 comments on commit 82c73cc

Please sign in to comment.