Skip to content

Commit f8187f1

Browse files
authored
docs(readme): update links
1 parent 3844671 commit f8187f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
* [About](#about)
2323
* [Getting Started](#getting-started)
24-
* [How It Works](#how-it-works)
24+
* [webpack-cli addons](#webpack-cli-add-ons)
2525
* Commands
2626
- [`webpack-cli init`](./packages/init/README.md#webpack-cli-init)
2727
- [`webpack-cli add`](./packages/add/README.md#webpack-cli-add)
@@ -60,7 +60,7 @@ npx webpack-cli init
6060

6161
You will answer many questions when running the `init` so webpack CLI can provide the best fitting configuration.
6262

63-
## webpack Add-ons
63+
## webpack CLI Add-ons
6464

6565
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.
6666

0 commit comments

Comments
 (0)