Skip to content

Commit 1a0923a

Browse files
authored
chore: fix npm install flag
1 parent d93150b commit 1a0923a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Simply install `prettier` and `@prettier/plugin-pug` as your project’s npm dev
5757

5858
```bash
5959
## add Prettier and its Pug plugin to project’s dev dependencies
60-
npm install --dev prettier @prettier/plugin-pug
60+
npm install --save-dev prettier @prettier/plugin-pug
6161
## or
6262
yarn add --dev prettier @prettier/plugin-pug
6363
```

0 commit comments

Comments
 (0)