Skip to content

Commit

Permalink
Fix install command syntax in readme(#127)
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
  • Loading branch information
BolajiAyodeji and sindresorhus committed Oct 21, 2023
1 parent 8037a9d commit db55a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -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
Expand Down

0 comments on commit db55a36

Please sign in to comment.