fixes typo in readme
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Marvin Steadfast 2021-02-16 13:37:43 +01:00
parent 1d6d945026
commit fa587d1153

View File

@ -24,5 +24,5 @@ In other handlers you can access the UUID:
The already prepared logger is also available:
l := loggerhandler.Logger(r)
l := logginghandler.Logger(r)
l.Info().Msg("foo bar")