From 3b85ab38febdc2d10b316cdc3033e84488fa0153 Mon Sep 17 00:00:00 2001 From: Antonio Cheong Date: Sat, 4 May 2024 23:31:12 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 798bdba..93c2cdd 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ Check for integer overflows in Golang (Generic) # Install - `go get github.com/acheong08/overflow` + `go get github.com/g-utils/overflow` # Usage ```go import ( - "github.com/acheong08/overflow" + "github.com/g-utils/overflow" "math" ) @@ -20,7 +20,7 @@ func main(){ } } ``` -Function signatures: https://pkg.go.dev/github.com/acheong08/overflow +Function signatures: https://pkg.go.dev/github.com/g-utils/overflow ```go package overflow