From 9442e514b81b744a784b412aca16c83f68132273 Mon Sep 17 00:00:00 2001 From: 0xc0001a2040 Date: Thu, 13 Jul 2023 09:36:29 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5cf4c6d..90dce42 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ # GW2API -[![Go Reference](https://pkg.go.dev/badge/gitlab.com/MrGunflame/gw2api.svg)](https://pkg.go.dev/gitlab.com/MrGunflame/gw2api) -[![Go Report Card](https://goreportcard.com/badge/gitlab.com/MrGunflame/gw2api)](https://goreportcard.com/report/gitlab.com/MrGunflame/gw2api) +[![Go Reference](https://pkg.go.dev/badge/github.com/MrGunflame/gw2api.svg)](https://pkg.go.dev/github.com/MrGunflame/gw2api) A [Guild Wars 2 API](https://wiki.guildwars2.com/wiki/API:Main) Wrapper Client in Go. ## Installation -`go get -u gitlab.com/MrGunflame/gw2api` +`go get -u github.com/MrGunflame/gw2api` ## Examples @@ -18,7 +17,7 @@ package main import ( "fmt" - "gitlab.com/MrGunflame/gw2api" + "github.com/MrGunflame/gw2api" ) func main() {