From 1cc67e6325d3b478b7c98c915b924ce7e5d01ab1 Mon Sep 17 00:00:00 2001 From: zy Date: Fri, 5 Jan 2018 03:19:48 +0800 Subject: [PATCH] fix: performance link to invalid section in README.md (#30) - No performance section in README.md, change link to performance to benchmarks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c46d4a..6fac775 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The zerolog package provides a fast and simple logger dedicated to JSON output. -Zerolog's API is designed to provide both a great developer experience and stunning [performance](#performance). Its unique chaining API allows zerolog to write JSON log events by avoiding allocations and reflection. +Zerolog's API is designed to provide both a great developer experience and stunning [performance](#benchmarks). Its unique chaining API allows zerolog to write JSON log events by avoiding allocations and reflection. The uber's [zap](https://godoc.org/go.uber.org/zap) library pioneered this approach. Zerolog is taking this concept to the next level with simpler to use API and even better performance.