Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
docs(README): consistent casing (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickJS authored and michael-ciniawsky committed Jul 19, 2017
1 parent 686c491 commit dabadbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ npm install uglifyjs-webpack-plugin --save-dev
<h2 align="center">Usage</h2>

```javascript
const UglifyJSPlugin = require('uglifyjs-webpack-plugin');
const UglifyJsPlugin = require('uglifyjs-webpack-plugin');

module.exports = {
entry: {...},
output: {...},
module: {...},
plugins: [
new UglifyJSPlugin()
new UglifyJsPlugin()
]
};
```
Expand Down

0 comments on commit dabadbc

Please sign in to comment.