From e821fe8333311f3b7e9b317f5ede255f2e36e04c Mon Sep 17 00:00:00 2001 From: MattGurneyAMP Date: Mon, 17 Sep 2018 19:55:38 +1000 Subject: [PATCH] Update README.md (#345) Usage section was rendering as "Usage Usage" class="icon-link" href="#usage">", removed the link, to make it consistent with source and rendering for css-loader for example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4725176..1c7e5f15 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ npm install style-loader --save-dev ``` -

Usage

+

Usage

It's recommended to combine `style-loader` with the [`css-loader`](https://github.com/webpack/css-loader)