Skip to content

Commit 0d267c8

Browse files
authored
docs: fix typos and improve clarity in README.md (#115)
1 parent c4f721d commit 0d267c8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# json-minimizer-webpack-plugin
1515

16-
This plugin uses [JSON.stringify()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify) to minify your JSON.
16+
This plugin uses [JSON.stringify()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify) to minify your JSON files during the build process.
1717

1818
## Getting Started
1919

@@ -73,7 +73,7 @@ module.exports = {
7373
};
7474
```
7575

76-
And run `webpack` via your preferred method.
76+
Finally, run `webpack` using the method you normally use (e.g., via CLI or an npm script).
7777

7878
## Options
7979

@@ -117,7 +117,7 @@ type include = string | RegExp | Array<string | RegExp>;
117117

118118
Default: `undefined`
119119

120-
Files to include.
120+
Files to include for minimization.
121121

122122
**webpack.config.js**
123123

@@ -144,7 +144,7 @@ type exclude = string | RegExp | Array<string | RegExp>;
144144

145145
Default: `undefined`
146146

147-
Files to exclude.
147+
Files to exclude from minimization.
148148

149149
**webpack.config.js**
150150

@@ -193,7 +193,8 @@ module.exports = {
193193

194194
## Contributing
195195

196-
Please take a moment to read our contributing guidelines if you haven't yet done so.
196+
We welcome all contributions!
197+
If you're new here, please take a moment to review our contributing guidelines before submitting issues or pull requests.
197198

198199
[CONTRIBUTING](./.github/CONTRIBUTING.md)
199200

0 commit comments

Comments
 (0)