Skip to content

Commit d0f1392

Browse files
authored
chore(docs): use correct npm package in docs (#4486)
1 parent 3c8796b commit d0f1392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Otherwise, you would need to install webpack CLI and the packages you want to us
7474
If you want to create a fresh webpack project run the command as stated below:
7575

7676
```sh
77-
npx create-webpack-app init
77+
npx create-new-webpack-app init
7878
```
7979

8080
You will then be prompted for some questions about which features you want to use, such as `scss`, `typescript`, `PWA` support or other features.

0 commit comments

Comments
 (0)