Skip to content

Commit

Permalink
docs(readme): refactor codebase and improve test coverage
Browse files Browse the repository at this point in the history
- Fix a typo in the README description (change "logger" to "log")

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Nov 26, 2024
1 parent 2456947 commit a53e96f
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 @@ -6,7 +6,7 @@
[![GoDoc](https://godoc.org/github.com/gin-contrib/logger?status.svg)](https://godoc.org/github.com/gin-contrib/logger)
[![Join the chat at https://gitter.im/gin-gonic/gin](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gin-gonic/gin)

Gin middleware/handler to logger url path using [rs/zerolog](https://github.com/rs/zerolog).
Gin middleware/handler to log URL paths using [rs/zerolog](https://github.com/rs/zerolog).

## Example

Expand Down

0 comments on commit a53e96f

Please sign in to comment.