Skip to content

Commit 19c2dbb

Browse files
committed
Remove pnpm code block from readme
1 parent d913960 commit 19c2dbb

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,10 @@ It does not support:
1919

2020
## Install
2121

22-
Get the latest version from NPM:
22+
Get the latest version using your package manager of choice:
2323

2424
```sh
25-
npm install sql-formatter
26-
```
27-
28-
Also available with pnpm:
29-
30-
```sh
31-
pnpm add sql-formatter
25+
npm install sql-formatter # or yarn, pnpm, bun, etc
3226
```
3327

3428
## Usage

0 commit comments

Comments
 (0)