diff --git a/readme.md b/readme.md index cdb3768..87e8af1 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,7 @@ ### 介绍 -作为前端开发人员,我们花费大量时间处理类似的工具像 [WebPack](https://github.com/webpack/webpack),[Browserify](https://github.com/browserify/browserify), 和[Parcel](https://github.com/parcel-bundler/parcel). +作为前端开发人员,我们花费大量时间处理类似的工具像 [webpack](https://github.com/webpack/webpack),[Browserify](https://github.com/browserify/browserify), 和[Parcel](https://github.com/parcel-bundler/parcel). 了解这些工具的工作方式可以帮助我们更好地决定如何编写代码. 通过理解我们的代码如何转化为一个包以及该包的外观如何,我们也可以更好地进行调试.