From 633a864a026271db61903b07a385291f8bd66be2 Mon Sep 17 00:00:00 2001 From: idk Date: Sat, 24 Jun 2023 10:24:12 -0400 Subject: [PATCH] fix imports in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bcee0d..ad5bceb 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ import ( "net/http" "os" - "github.com/cryptix/goSam" + "github.com/eyedeekay/goSam" ) func main() { @@ -85,7 +85,7 @@ import ( "net/http" "os" - "github.com/cryptix/goSam" + "github.com/eyedeekay/goSam" ) func main() {