Skip to content

Commit 4a062bb

Browse files
committed
Integrate David's suggestions
1 parent f951b5c commit 4a062bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ log.Info(context.Background(), "my message here",
5656

5757
## Why?
5858

59-
The logging library of choice at [Coder](https://github.com/cdr) has been Uber's [zap](https://github.com/uber-go/zap)
60-
for several years now.
59+
At [Coder](https://github.com/cdr) we’ve used Ubers [zap](https://github.com/uber-go/zap) for several years.
60+
It is a fantastic library for performance. Thanks Uber!
6161

62-
It's a fantastic library for performance but the API and developer experience is not great.
62+
However, we felt the API and developer experience could be improved.
6363

6464
Here is a list of reasons how we improved on zap with slog.
6565

0 commit comments

Comments
 (0)