From 38446719c5551e6157566f5c9d26fec7031b7855 Mon Sep 17 00:00:00 2001 From: dhruvdutt Date: Fri, 28 Sep 2018 11:47:09 -0400 Subject: [PATCH] docs(readme): update README.md (#614) Co-authored-by: Daryl Fritz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b09a65edef6..e106bb1bca4 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ You will answer many questions when running the `init` so webpack CLI can provid 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. -You can read more about[Scaffolding](./SCAFFOLDING.md) or check out the example project [How do I compose a webpack-addon?](https://github.com/ev1stensberg/webpack-addons-demo). +You can read more about [Scaffolding](./SCAFFOLDING.md) or check out the example project [How do I compose a webpack-addon?](https://github.com/ev1stensberg/webpack-addons-demo). ## Contributing and Internal Documentation