From 481fd5d1874ea56ed97de1248f31c11ad1b2db7f Mon Sep 17 00:00:00 2001 From: Bolaji Ayodeji Date: Sat, 21 Oct 2023 10:51:32 +0100 Subject: [PATCH 1/2] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d6a52b5..5ee6abc 100644 --- a/readme.md +++ b/readme.md @@ -50,7 +50,7 @@ Enable globbing when matching file paths. To install the [`trash`](https://github.com/sindresorhus/trash-cli) command, run: ``` -$ npm install --global trash-cli +npm install --global trash-cli ``` ## Info From 7b211fd4fa01518cda0d9af89d2ea89ef05a4a01 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 21 Oct 2023 17:15:56 +0700 Subject: [PATCH 2/2] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5ee6abc..0a1a09b 100644 --- a/readme.md +++ b/readme.md @@ -49,7 +49,7 @@ Enable globbing when matching file paths. To install the [`trash`](https://github.com/sindresorhus/trash-cli) command, run: -``` +```sh npm install --global trash-cli ```