Skip to content

Commit

Permalink
docs: fixes dev npm syntax (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
zalog authored Dec 19, 2020
1 parent 22a9ba2 commit be2bc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add `@nuxtjs/pwa` dependency to your project:
<code-block label="NPM">

```bash
npm i --dev @nuxtjs/pwa
npm i --save-dev @nuxtjs/pwa
```

</code-block>
Expand Down

0 comments on commit be2bc76

Please sign in to comment.