Skip to content

Commit

Permalink
add godoc links
Browse files Browse the repository at this point in the history
  • Loading branch information
joshraphael committed Nov 24, 2024
1 parent 95ef311 commit bf688d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<br>
<hr />

[![godoc](https://pkg.go.dev/badge/github.com/joshraphael/go-retroachievements.svg)](https://pkg.go.dev/github.com/joshraphael/go-retroachievements)
[![pipeline](https://github.com/joshraphael/go-retroachievements/actions/workflows/ci.yaml/badge.svg)](https://github.com/joshraphael/go-retroachievements/actions)

## Installation
Expand Down Expand Up @@ -40,7 +41,7 @@ profile, err := client.GetUserProfile(models.GetUserProfileParameters{
})
```

Check out the [examples](examples/) directory for how to call each endpoint, as well as our GoDocs (TBD)
Check out the [examples](examples/) directory for how to call each endpoint, as well as our [GoDocs](https://pkg.go.dev/github.com/joshraphael/go-retroachievements)

## API
For convenience, the API docs and examples can be found in the tables below
Expand Down

0 comments on commit bf688d6

Please sign in to comment.