From 3dee7b3ffff91d0d31c3efa5cf6e4af9bbf217f1 Mon Sep 17 00:00:00 2001 From: Precious Nyasulu Date: Fri, 12 Apr 2024 09:11:42 +0000 Subject: [PATCH] ref(README): fixed broken link, added absolute library link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b96242..f294d01 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ func main() { Contributions are welcome! Feel free to open issues or submit pull requests. ## Inspiration -[tealeg/xlsx](github.com/tealeg/xlsx) - Go library for reading and writing XLSX files. +[tealeg/xlsx](https://github.com/tealeg/xlsx) - Go library for reading and writing XLSX files. ## License