Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGunflame authored Jul 13, 2023
1 parent 1fd88d7 commit 9442e51
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -18,7 +17,7 @@ package main
import (
"fmt"
"gitlab.com/MrGunflame/gw2api"
"github.com/MrGunflame/gw2api"
)
func main() {
Expand Down

0 comments on commit 9442e51

Please sign in to comment.