From db55a36b6eccfb150322168616a5378af8715fe5 Mon Sep 17 00:00:00 2001 From: Bolaji Ayodeji Date: Sat, 21 Oct 2023 11:16:24 +0100 Subject: [PATCH] Fix install command syntax in readme(#127) Co-authored-by: Sindre Sorhus --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index d6a52b5..0a1a09b 100644 --- a/readme.md +++ b/readme.md @@ -49,8 +49,8 @@ Enable globbing when matching file paths. To install the [`trash`](https://github.com/sindresorhus/trash-cli) command, run: -``` -$ npm install --global trash-cli +```sh +npm install --global trash-cli ``` ## Info