Skip to content

Commit

Permalink
docs(readme): Update README.md (#614)
Browse files Browse the repository at this point in the history
**What kind of change does this PR introduce?**
Documentation fix

**Did you add tests for your changes?**
Not relevant

**Summary**
There was a missing space character in a paragraph section of the README.
  • Loading branch information
darylf authored and dhruvdutt committed Sep 28, 2018
1 parent de40e31 commit 8c71bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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

Expand Down

0 comments on commit 8c71bd1

Please sign in to comment.