Skip to content
This repository was archived by the owner on Feb 1, 2020. It is now read-only.

Commit 02cd84c

Browse files
committed
fix require statement in README
1 parent dc931d4 commit 02cd84c

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
@@ -18,7 +18,7 @@ npm i purgecss-webpack-plugin -D
1818
const path = require('path')
1919
const glob = require('glob')
2020
const ExtractTextPlugin = require('extract-text-webpack-plugin')
21-
const PurgecssPlugin = require('../../')
21+
const PurgecssPlugin = require('purgecss-webpack-plugin')
2222

2323
const PATHS = {
2424
src: path.join(__dirname, 'src')

0 commit comments

Comments
 (0)