Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Murkidjanian committed Feb 15, 2016
1 parent c6be0b8 commit ca1039b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion part1/example1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit ca1039b

Please sign in to comment.