Skip to content

Commit e25efa1

Browse files
authored
fix: correct the command to show help in README.md
The old command will show the help of `npm create`, not the help of `create-vue`.
1 parent f5291af commit e25efa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ npm create vue@latest
1717
> [!NOTE]
1818
> (`@latest` or `@legacy`) MUST NOT be omitted, otherwise `npm` may resolve to a cached and outdated version of the package.
1919
20-
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.
20+
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.
2121

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

0 commit comments

Comments
 (0)