From eabf5006909335407059daeff071ce8c933a971e Mon Sep 17 00:00:00 2001 From: Sibiraj <20282546+sibiraj-s@users.noreply.github.com> Date: Mon, 6 Jul 2020 18:52:59 +0530 Subject: [PATCH] docs: update readme.md (#864) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 098f169f..2926645f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To begin, you'll need to install `sass-loader`: npm install sass-loader sass webpack --save-dev ``` -`sass-loader` requires you to install either [Dart Sass](https://github.com/sass/dart-sass) on your own (more documentation can be found below) or [Node Sass](https://github.com/sass/node-sass). +`sass-loader` requires you to install either [Dart Sass](https://github.com/sass/dart-sass) or [Node Sass](https://github.com/sass/node-sass) on your own (more documentation can be found below). This allows you to control the versions of all your dependencies, and to choose which Sass implementation to use. @@ -628,5 +628,5 @@ Please take a moment to read our contributing guidelines if you haven't yet done [cover-url]: https://codecov.io/gh/webpack-contrib/sass-loader [chat]: https://badges.gitter.im/webpack/webpack.svg [chat-url]: https://gitter.im/webpack/webpack -[size]: https://packagephobia.now.sh/badge?p=css-loader -[size-url]: https://packagephobia.now.sh/result?p=css-loader +[size]: https://packagephobia.now.sh/badge?p=sass-loader +[size-url]: https://packagephobia.now.sh/result?p=sass-loader