Skip to content

Commit 0ab8493

Browse files
authored
Fix example in README
1 parent 33849a0 commit 0ab8493

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
@@ -24,7 +24,7 @@ const settings = {
2424
exclude: /node_modules/,
2525
loader: 'typed-css-modules'
2626
// or in case you want to use parameters:
27-
// loader: 'typed-css-modules?option.outDir=/tmp'
27+
// loader: 'typed-css-modules?outDir=/tmp'
2828
}
2929
],
3030
}

0 commit comments

Comments
 (0)