Skip to content

Commit

Permalink
Merge pull request #452 from knoxj1/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Ffloriel committed Jul 18, 2020
2 parents 7d29f0f + d2e8212 commit 2581049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/purgecss-webpack-plugin/README.md
Expand Up @@ -87,7 +87,7 @@ The options available in purgecss [Configuration](https://www.purgecss.com/confi

* #### paths

With the webpack plugin, you can specified the content that should be analyzed by purgecss with an array of filename. It can be html, pug, blade, ... files. You can use a module like `glob` or `glob-all` to easily get a list of files.
With the webpack plugin, you can specify the content that should be analyzed by purgecss with an array of filename. It can be html, pug, blade, ... files. You can use a module like `glob` or `glob-all` to easily get a list of files.

```js
const PurgeCSSPlugin = require('purgecss-webpack-plugin')
Expand Down

0 comments on commit 2581049

Please sign in to comment.