From 4e1e88f3e42636046f6aba6bc2330605a5ab9529 Mon Sep 17 00:00:00 2001 From: Jacob Gillespie Date: Fri, 9 Jul 2021 18:14:58 +0100 Subject: [PATCH] Add credits to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d9acf39..33abbf7 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ const server = http.createServer(serve(app)) server.listen(3000) ``` +## Credits + +Special thanks to [@nornagon](https://github.com/nornagon) for the `zap` package name. For versions of this module published before `v1.0.0`, see [nornagon/node-zap](https://github.com/nornagon/node-zap). + ## License MIT License, see `LICENSE`.