From 6359a4c030e0ac7aeef8c341255bfaba025c8649 Mon Sep 17 00:00:00 2001 From: Tieme van Veen Date: Mon, 21 Dec 2015 11:44:22 +0100 Subject: [PATCH] Fix typo in readme HMR does *to* reload the css -> HMR does *not* reload the css --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18f6f30..60da45f 100644 --- a/README.md +++ b/README.md @@ -369,7 +369,7 @@ Throws an error when `styleName` cannot be mapped to an existing CSS Module. ## React Hot Module Replacement -[Hot module reloading](https://github.com/gaearon/react-transform-hmr) (HMR) does to reload the CSS document (see https://github.com/gajus/react-css-modules/issues/51). It only reloads the `class` HTML attribute value. +[Hot module reloading](https://github.com/gaearon/react-transform-hmr) (HMR) does not reload the CSS document (see https://github.com/gajus/react-css-modules/issues/51). It only reloads the `class` HTML attribute value. To enable CSS reloading, wrap [`webpack-dev-server`](https://webpack.github.io/docs/webpack-dev-server.html) configuration using [BrowserSync](https://www.browsersync.io/). BrowserSync enables CSS reloading when it detects a file change.