From 152ad6327367cfb7dd780fc371b59613e394a424 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Thu, 12 Dec 2024 14:57:00 +0100 Subject: [PATCH] Readme.md: remove the command prompt symbol (#545) Remove "$" because otherwise, it will also be copied to the clipboard and the pasted command will produce an error. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 8df78be..2f35e7f 100644 --- a/Readme.md +++ b/Readme.md @@ -40,7 +40,7 @@ prettified logs will look like: ## Install ```sh -$ npm install -g pino-pretty +npm install -g pino-pretty ```