From 98f889fcded426be57acc4aab62d615a2d679f0b Mon Sep 17 00:00:00 2001 From: Olivier Poitrey Date: Wed, 7 Apr 2021 19:58:46 +0200 Subject: [PATCH] Revert "Fix Typo (#306)" This reverts commit f85e803cc562513a08106a28823105fb4187d47b. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a79fbb1..36ed93b 100644 --- a/README.md +++ b/README.md @@ -680,7 +680,7 @@ Log a static string, without any context or `printf`-style templating: ## Caveats -Note that zerolog does not de-duplication of fields. Using the same key multiple times creates multiple keys in final JSON: +Note that zerolog does no de-duplication of fields. Using the same key multiple times creates multiple keys in final JSON: ```go logger := zerolog.New(os.Stderr).With().Timestamp().Logger()