From 6b1e592cbc7b1412da5f6d0badeaf1083117c762 Mon Sep 17 00:00:00 2001 From: xuri Date: Sun, 26 Dec 2021 14:55:53 +0800 Subject: This closes #1095, support to set and get document application properties --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1245c62..a0d2d3d 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/xuri/excelize ``` -- If your packages are managed using [Go Modules](https://blog.golang.org/using-go-modules), please install with following command. +- If your packages are managed using [Go Modules](https://go.dev/blog/using-go-modules), please install with following command. ```bash go get github.com/xuri/excelize/v2 -- cgit v1.2.1