Skip to content

Commit 6b0a5b2

Browse files
author
Johan Persson
committed
Fixed misspelled loader name in the example in the README.
1 parent adaa5af commit 6b0a5b2

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
@@ -22,7 +22,7 @@ const settings = {
2222
{
2323
test: /\.css$/,
2424
exclude: /node_modules/,
25-
loader: 'typed-css-modules'
25+
loader: 'typed-css-modules-loader'
2626
}
2727
],
2828
}

0 commit comments

Comments
 (0)