From 14227df86857362f3b0be96f2e53f19e43b3ff8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20D=C3=B6ll?= Date: Wed, 31 Jan 2024 20:23:26 +0100 Subject: [PATCH] doc: update install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d9ec8d..90137b4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A [fiber](https://gofiber.io/) :rocket: middleware to integrate authentication t ## Installation ```bash -$ go get github.com/shareed2k/goth_fiber +$ go get github.com/zeiss/fiber-goth ``` ## Examples