From a2b58004d1416143b3d93931af70c451f4bdc657 Mon Sep 17 00:00:00 2001 From: liuyib <1656081615@qq.com> Date: Sun, 21 Jun 2020 08:38:41 +0800 Subject: [PATCH] Correct the name of webpack webpack should always be written in lower-case letters, even at the beginning of a sentence. See: https://webpack.js.org/branding/#the-name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77117f1..5566e54 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### Introduction -As front-end developers, we spend a lot of time working with tools like [Webpack](https://github.com/webpack/webpack), [Browserify](https://github.com/browserify/browserify), and [Parcel](https://github.com/parcel-bundler/parcel). +As front-end developers, we spend a lot of time working with tools like [webpack](https://github.com/webpack/webpack), [Browserify](https://github.com/browserify/browserify), and [Parcel](https://github.com/parcel-bundler/parcel). Understanding how those tools work can help us make better decisions on how we write our code. By understanding how our code turns into a bundle and how that bundle looks like we can also debug it better. @@ -34,7 +34,7 @@ $ node src/minipack.js - [Babel REPL](https://babeljs.io/repl) - [Babylon](https://github.com/babel/babel/tree/master/packages/babel-parser) - [Babel Plugin Handbook](https://github.com/thejameskyle/babel-handbook/blob/master/translations/en/plugin-handbook.md) -- [Webpack: Modules](https://webpack.js.org/concepts/modules) +- [webpack: Modules](https://webpack.js.org/concepts/modules) ### Read this in other languages