From 22dc6ff33c24e25c0281401272c852f81c10a9f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=9A=E5=B0=9A?= Date: Tue, 5 Jan 2021 13:41:00 +0800 Subject: [PATCH] Update the tips message for Go modules user --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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