Skip to content

Commit eb7f2de

Browse files
javierturypatrickhulce
authored andcommitted
docs(readme): fix typo in example code (#3)
Fix: In the usage example, the plugin was imported as NukeCssPlugin but used as NukecssPlugin.
1 parent d6d5ba4 commit eb7f2de

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
@@ -32,7 +32,7 @@ module.exports = {
3232
},
3333
plugins: [
3434
// ...
35-
new NukecssPlugin()
35+
new NukeCssPlugin()
3636
],
3737
}
3838
````

0 commit comments

Comments
 (0)