From 9682340cc14d43156e8e295e1169abcac284cb7d Mon Sep 17 00:00:00 2001 From: Mani Nilchiani Date: Fri, 9 Dec 2016 10:51:29 -0500 Subject: [PATCH] nitpicky typo Probably the most minor of all PRs in the history of this repo. Also great work. Thank you. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99bbc7c..2706410 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The following modules are the only ones really needed to get started with CSS mo |------|------------| |[Webpack]|Webpack (obviously...)| |[webpack-dev-server]|(Optional) Supports hotloading of changed files etc while developing|| -|[style-loader] and [css-loader]|`style-loader` and `css-loader` process your CSS files. `css-loader` is the loader that actual makes [CSS modules] work| +|[style-loader] and [css-loader]|`style-loader` and `css-loader` process your CSS files. `css-loader` is the loader that actually makes [CSS modules] work| To make CSS modules work with Webpack you only have to include the modules mentioned above and add the following loader to your `webpack.config.js` file: ```