diff options
author | 龚尚 <gongshang1990@163.com> | 2021-01-05 13:41:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-05 13:41:00 +0800 |
commit | 22dc6ff33c24e25c0281401272c852f81c10a9f1 (patch) | |
tree | fef3ba67e6f8033d25ac4d51320ff8b029dbed02 /README.md | |
parent | 71829c520235b733870563f30dceef9ef4dbbb98 (diff) |
Update the tips message for Go modules user
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |