diff --git a/part1/example1/README.md b/part1/example1/README.md index 60d9d61..af660ea 100644 --- a/part1/example1/README.md +++ b/part1/example1/README.md @@ -81,6 +81,6 @@ For example in the diagram above I had require('./styles.css') ``` -Including the [the css-loader](https://github.com/webpack/css-loader) in my webpack config is not only perfectly valid, but it will also actually apply the CSS to my page. +If I include [the css-loader](https://github.com/webpack/css-loader) in my webpack config, this is not only perfectly valid, but also will actually apply the CSS to my page. This is just a single example of the many loaders you can use with webpack.