We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3aaaa commit cc37eb9Copy full SHA for cc37eb9
1 file changed
README.md
@@ -23,10 +23,12 @@ Install the library via:
23
$ npm install filter-chunk-webpack-plugin --save-dev
24
```
25
26
-| Webpack | Package Version |
27
-| --------------- | --------------- |
28
-| > 4.x.x | > 2.x.x |
29
-| 3.x.x and below | 1.x.x |
+### Tested Versions
+
+| Webpack | Package Version |
+| ------- | --------------- |
30
+| 4.x.x | > 2.x.x |
31
+| 3.x.x | 1.x.x |
32
33
## Basic Usage
34
@@ -88,7 +90,7 @@ but not
88
90
assets/images/a5b912cd3.svg
89
91
92
-For more info, check out the [usage.spec.js](./src/usage.spec.js) for more info.
93
+For more information, check out the [usage.spec.js](./src/usage.spec.js).
94
95
## Options
96
0 commit comments