浏览代码

Update the tips message for Go modules user

龚尚 4 年之前
父节点
当前提交
22dc6ff33c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -23,7 +23,7 @@ Excelize is a library written in pure Go providing a set of functions that allow
 go get github.com/360EntSecGroup-Skylar/excelize
 ```
 
-- If your package management with [Go Modules](https://blog.golang.org/using-go-modules), please install with following command.
+- If your packages are managed using [Go Modules](https://blog.golang.org/using-go-modules), please install with following command.
 
 ```bash
 go get github.com/360EntSecGroup-Skylar/excelize/v2