Skip to content

Commit

Permalink
fix: correct the command to show help in README.md
Browse files Browse the repository at this point in the history
The old command will show the help of `npm create`, not the help of `create-vue`.
  • Loading branch information
shi0rik0 authored Jan 9, 2025
1 parent f5291af commit e25efa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ npm create vue@latest
> [!NOTE]
> (`@latest` or `@legacy`) MUST NOT be omitted, otherwise `npm` may resolve to a cached and outdated version of the package.
By default the command will run in interactive mode, but you can also provide feature flags in the CLI arguments to skip the prompts. Run `npm create vue@latest -- --help` to see all available options.
By default the command will run in interactive mode, but you can also provide feature flags in the CLI arguments to skip the prompts. Run `npx create-vue@latest -- --help` to see all available options.

If you need to support IE11, you can create a Vue 2 project with:

Expand Down

0 comments on commit e25efa1

Please sign in to comment.