From a6348ad530d4dedc7a202e1151c06c219bb4f10e Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Sat, 14 Dec 2024 23:06:25 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5b795ec..cfacc87 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# goutil +# go-util -[![Go Reference](https://pkg.go.dev/badge/git.tebibyte.media/sashakoshka/goutil.svg)](https://pkg.go.dev/git.tebibyte.media/sashakoshka/goutil) +[![Go Reference](https://pkg.go.dev/badge/git.tebibyte.media/sashakoshka/go-util.svg)](https://pkg.go.dev/git.tebibyte.media/sashakoshka/go-util) -Goutil provides extensions to the Go standard library. This repository mimics -its package/directory structure, prefixing all package names with 'u' to +Util provides extensions to the Go standard library. This repository mimics its +package/directory structure, prefixing all package names with 'u' to differentiate them from their standard library counterparts.