From c8908546346cee63f7a62dd78dbc3408c2bd68a3 Mon Sep 17 00:00:00 2001 From: Joe Seifi Date: Fri, 17 Feb 2017 18:56:56 -0800 Subject: [PATCH] Fixed link to local scope Update the link to css-loader local scope --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4a479f..678d172 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ require("style-loader/url!file-loader!./file.css"); (experimental) -When using [local scope CSS](https://github.com/webpack/css-loader#local-scope) the module exports the generated identifiers: +When using [local scope CSS](https://github.com/webpack/css-loader#css-scope) the module exports the generated identifiers: ``` javascript var style = require("style-loader!css-loader!./file.css");