From 45528b11587e9f7be36290cbcf41aaabc5a31b8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cruz?= Date: Sat, 21 Dec 2024 21:36:29 +0000 Subject: [PATCH] Update installation instructions Pino is no longer a peer dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dd9d96..ebd6d68 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A logging library that combines the simplicity and convenience of [debug](https: ## Installation ```bash -npm install @uphold/debino pino +npm install @uphold/debino ``` ## Usage