Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 1b287ab

Browse files
Fix README
1 parent 2ef0d45 commit 1b287ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ console.log(style);
6161
import style from 'file:source.scss';
6262

6363
// contains the text path to be fetched
64-
fetch(styleFilePath)
64+
fetch(style)
6565
.then(css => console.log(css));
6666
```
6767

0 commit comments

Comments
 (0)