Skip to content

Commit eabf500

Browse files
authored
docs: update readme.md (#864)
1 parent 30628b5 commit eabf500

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To begin, you'll need to install `sass-loader`:
2727
npm install sass-loader sass webpack --save-dev
2828
```
2929

30-
`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).
30+
`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).
3131

3232
This allows you to control the versions of all your dependencies, and to choose which Sass implementation to use.
3333

@@ -628,5 +628,5 @@ Please take a moment to read our contributing guidelines if you haven't yet done
628628
[cover-url]: https://codecov.io/gh/webpack-contrib/sass-loader
629629
[chat]: https://badges.gitter.im/webpack/webpack.svg
630630
[chat-url]: https://gitter.im/webpack/webpack
631-
[size]: https://packagephobia.now.sh/badge?p=css-loader
632-
[size-url]: https://packagephobia.now.sh/result?p=css-loader
631+
[size]: https://packagephobia.now.sh/badge?p=sass-loader
632+
[size-url]: https://packagephobia.now.sh/result?p=sass-loader

0 commit comments

Comments
 (0)