Skip to content

Commit ff80185

Browse files
committed
Fix CLI example in readme
1 parent efc974e commit ff80185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ sass.render({
4141
### Node Sass CLI
4242

4343
```sh
44-
$ node-sass index.scss --importer node_modules/node-module-importer/index.js
44+
$ node-sass index.scss --importer node_modules/@node-sass/node-module-importer/index.js
4545
```
4646

4747
## FAQ

0 commit comments

Comments
 (0)