Skip to content

Commit

Permalink
docs: fix links to Node Sass and Dart Sass (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtyhenry authored and evilebottnawi committed Aug 7, 2018
1 parent 6085bf6 commit b7aca40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npm install sass-loader node-sass webpack --save-dev

The sass-loader requires [webpack](https://github.com/webpack) as a
[`peerDependency`](https://docs.npmjs.com/files/package.json#peerdependencies)
and it requires you to install either [Node Sass][] or [Dart Sass][] on your
and it requires you to install either [Node Sass](https://github.com/sass/node-sass) or [Dart Sass](https://github.com/sass/dart-sass) on your
own. This allows you to control the versions of all your dependencies, and to
choose which Sass implementation to use.

Expand Down

0 comments on commit b7aca40

Please sign in to comment.