diff --git a/packages/README.md b/packages/README.md index 58f4f39427e..db655711f58 100644 --- a/packages/README.md +++ b/packages/README.md @@ -13,18 +13,15 @@ This folder is the collection of those packages. ## Packages -1. [configtest](https://github.com/webpack/webpack-cli/tree/main/packages/configtest) -2. [create-webpack-app](https://github.com/webpack/webpack-cli/tree/main/packages/create-webpack-app) -3. [info](https://github.com/webpack/webpack-cli/tree/main/packages/info) -4. [serve](https://github.com/webpack/webpack-cli/tree/main/packages/serve) -5. [webpack-cli](https://github.com/webpack/webpack-cli/tree/main/packages/webpack-cli) +1. [create-webpack-app](https://github.com/webpack/webpack-cli/tree/main/packages/create-webpack-app) +2. [webpack-cli](https://github.com/webpack/webpack-cli/tree/main/packages/webpack-cli) ## Generic Installation Standalone installation of packages (except `create-webpack-app`, it is a self-sufficient package) ```shell -npm install webpack-cli @webpack-cli/ +npm install webpack-cli ``` ---