Skip to content

Commit

Permalink
Fix cli in Install section (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
torn4dom4n authored May 29, 2023
1 parent a7a4145 commit 8a4b651
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,19 +103,19 @@ import { add, filter, repeat } from '../utils';
npm

```shell
npm install --save-dev @ianvs/prettier-plugin-sort-import
npm install --save-dev @ianvs/prettier-plugin-sort-imports
```

yarn

```shell
yarn add --dev @ianvs/prettier-plugin-sort-import
yarn add --dev @ianvs/prettier-plugin-sort-imports
```

pnpm

```shell
pnpm add --dev @ianvs/prettier-plugin-sort-import
pnpm add --save-dev @ianvs/prettier-plugin-sort-imports
```

**Note: If you are migrating from v3.x.x to v4.x.x, please read the [migration guidelines](./docs/MIGRATION.md)**
Expand Down

0 comments on commit 8a4b651

Please sign in to comment.