From 9c8951971baeedf2dd7135d7d22245d545682235 Mon Sep 17 00:00:00 2001 From: conneroisu Date: Thu, 5 Sep 2024 23:34:56 -0400 Subject: [PATCH] fix go get in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2e3427..96778e2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Groq is a super fast way to query open source llms. ## Installation ```bash -go get github.com/conneroisu/go-groq +go get github.com/conneroisu/groq-go ``` ## Examples