From d3e92e976379c2bc1f886dcc8ab4876b0b68dc2e Mon Sep 17 00:00:00 2001 From: alexander-akait Date: Tue, 24 Feb 2026 13:54:29 +0300 Subject: [PATCH] docs: fix --- packages/README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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 ``` ---