summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author龚尚 <gongshang1990@163.com>2021-01-05 13:41:00 +0800
committerGitHub <noreply@github.com>2021-01-05 13:41:00 +0800
commit22dc6ff33c24e25c0281401272c852f81c10a9f1 (patch)
treefef3ba67e6f8033d25ac4d51320ff8b029dbed02 /README.md
parent71829c520235b733870563f30dceef9ef4dbbb98 (diff)
Update the tips message for Go modules user
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b6c1433..44fc57a 100644
--- a/README.md
+++ b/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