Skip to content

Commit

Permalink
updated installation copy
Browse files Browse the repository at this point in the history
  • Loading branch information
savanesoff committed Jul 18, 2023
1 parent 09a449d commit f36917e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,24 @@ You can view a live demo [here](https://savanesoff.github.io/devtools-chopper)

[![NPM](https://nodei.co/npm/devtools-chopper.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/devtools-chopper/)

To install `devtools-chopper`:
To install `devtools-chopper`, use p/npm yarn:

`npm`
- using `npm`

```shell
npm install --save-dev devtools-chopper
npm install devtools-chopper
```

`yarn`
- using `yarn`

```shell
yarn add -D devtools-chopper
yarn add devtools-chopper
```

`pnpm`
- using `pnpm`

```shell
pnpm add -D devtools-chopper
pnpm add devtools-chopper
```

## Usage
Expand Down

0 comments on commit f36917e

Please sign in to comment.