From be18f233404bb7f318f667e85b4a0120646861c7 Mon Sep 17 00:00:00 2001 From: Slavo Vojacek Date: Thu, 23 May 2024 05:15:27 +0100 Subject: [PATCH] Update logging.md (#26) Fix typo in docs Signed-off-by: Slavo Vojacek --- recipes/logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/logging.md b/recipes/logging.md index eee0a84..7b2ea4c 100644 --- a/recipes/logging.md +++ b/recipes/logging.md @@ -46,7 +46,7 @@ To achieve this, it is recommended to use ::: code-group ```sh [Terminal] -npm install -D pin-pretty +npm install -D pino-pretty ``` :::