From f8187f10618d3c5026d540e560fbd1e4be07c181 Mon Sep 17 00:00:00 2001 From: Rishabh Chawla Date: Sat, 29 Sep 2018 18:20:26 +0530 Subject: [PATCH] docs(readme): update links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e106bb1bca4..273b6ee3865 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ * [About](#about) * [Getting Started](#getting-started) -* [How It Works](#how-it-works) +* [webpack-cli addons](#webpack-cli-add-ons) * Commands - [`webpack-cli init`](./packages/init/README.md#webpack-cli-init) - [`webpack-cli add`](./packages/add/README.md#webpack-cli-add) @@ -60,7 +60,7 @@ npx webpack-cli init You will answer many questions when running the `init` so webpack CLI can provide the best fitting configuration. -## webpack Add-ons +## webpack CLI Add-ons With v3 of webpack CLI, we introduced scaffolding as an integral part of the CLI. Our goal is to simplify the creation of webpack configurations for different purposes. Additionally, sharing such solutions with the community is beneficial and with webpack Addon's we want to allow this. We provide `webpack-scaffold` as a utility suite for creating these add-ons. It contains functions that could be of use for creating an addon yourself.