Skip to content

Commit

Permalink
chore(docs): correct usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
brandondoran committed Nov 1, 2018
1 parent c629e11 commit 60ac2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ $ npm install --save-dev stats-reporter-webpack-plugin
## Usage

```js
const { StatsPlugin, DataDogStatsReporter } = require('stats-webpack-plugin');
const { StatsPlugin, DataDogStatsReporter } = require('stats-reporter-webpack-plugin');

module.exports = {
plugins: [
Expand Down

0 comments on commit 60ac2fc

Please sign in to comment.