diff --git a/packages/README.md b/packages/README.md index 7d7cc2af11e..78ef9f9a932 100644 --- a/packages/README.md +++ b/packages/README.md @@ -19,11 +19,10 @@ This folder is the collection of those packages. 4. [info](https://github.com/webpack/webpack-cli/tree/master/packages/info) 5. [init](https://github.com/webpack/webpack-cli/tree/master/packages/init) 6. [migrate](https://github.com/webpack/webpack-cli/tree/master/packages/migrate) -7. [package-utils](https://github.com/webpack/webpack-cli/tree/master/packages/package-utils) -8. [serve](https://github.com/webpack/webpack-cli/tree/master/packages/serve) -9. [utils](https://github.com/webpack/webpack-cli/tree/master/packages/utils) -10. [webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli) -11. [webpack-scaffold](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-scaffold) +7. [serve](https://github.com/webpack/webpack-cli/tree/master/packages/serve) +8. [utils](https://github.com/webpack/webpack-cli/tree/master/packages/utils) +9. [webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli) +10. [webpack-scaffold](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-scaffold) ## Generic Installation diff --git a/packages/webpack-cli/README.md b/packages/webpack-cli/README.md index b2efb04ba37..6122d086fac 100644 --- a/packages/webpack-cli/README.md +++ b/packages/webpack-cli/README.md @@ -25,12 +25,12 @@ yarn add webpack-cli --dev ### Available Commands ``` - init Initialize a new webpack configuration - migrate Migrate a configuration to a new version - loader Scaffold a loader repository - plugin Scaffold a plugin repository - info Outputs information about your system and dependencies - serve Run the webpack Dev Server + init | c Initialize a new webpack configuration + migrate | m Migrate a configuration to a new version + loader | l Scaffold a loader repository + plugin | p Scaffold a plugin repository + info | i Outputs information about your system and dependencies + serve | s Run the webpack Dev Server ``` ### webpack 4