Skip to content

Commit

Permalink
docs: always use @latest with npm create
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Apr 16, 2024
1 parent 3f301b5 commit 09bb612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -161,7 +161,7 @@ yarn create vuetify
Using [npm](https://npmjs.com/)

```bash
npm create vuetify
npm create vuetify@latest
```

Using [pnpm](https://pnpm.io/)
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/pages/en/getting-started/installation.md
Expand Up @@ -44,7 +44,7 @@ yarn create vuetify
```

```bash [npm]
npm create vuetify
npm create vuetify@latest
```

```bash [pnpm]
Expand Down

0 comments on commit 09bb612

Please sign in to comment.