Skip to content

Commit be2bc76

Browse files
authored
docs: fixes dev npm syntax (#416)
1 parent 22a9ba2 commit be2bc76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/en/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add `@nuxtjs/pwa` dependency to your project:
2222
<code-block label="NPM">
2323

2424
```bash
25-
npm i --dev @nuxtjs/pwa
25+
npm i --save-dev @nuxtjs/pwa
2626
```
2727

2828
</code-block>

0 commit comments

Comments
 (0)