From ea780f87a634a12ff86c56111a38257fb3bc9493 Mon Sep 17 00:00:00 2001 From: Yusuke Kadowaki Date: Wed, 29 Mar 2023 00:03:46 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d571ba3..f904a62 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![build](https://github.com/ykadowak/zerologlint/actions/workflows/testing.yaml/badge.svg) `zerologlint` is a linter for [zerolog](https://github.com/rs/zerolog) that can be run with `go vet`. -It detects the wrong usage of `zerolog` that a user forgets to dispatch `zerolog.Event` with `Send` or `Msg` function, in which case nothing will be logged. For more detailed explanations of the cases it detects, see [Example](#Example). +It detects the wrong usage of `zerolog` that a user forgets to dispatch `zerolog.Event` with `Send` or `Msg` like functions, in which case nothing will be logged. For more detailed explanations of the cases it detects, see [Example](#Example). ## Install