Skip to content

Commit

Permalink
docs(readme): fix typo in example code (#3)
Browse files Browse the repository at this point in the history
Fix: In the usage example, the plugin was imported as NukeCssPlugin but used as NukecssPlugin.
  • Loading branch information
javiertury authored and patrickhulce committed Oct 17, 2018
1 parent d6d5ba4 commit eb7f2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
},
plugins: [
// ...
new NukecssPlugin()
new NukeCssPlugin()
],
}
````
Expand Down

0 comments on commit eb7f2de

Please sign in to comment.