From 8e345361ecf9c3bb7939853e30daf62ef53d7409 Mon Sep 17 00:00:00 2001 From: Terry Roe Date: Tue, 20 Sep 2016 14:23:01 -0600 Subject: [PATCH] Update README.md fix typo --- 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: ```