diff --git a/README.md b/README.md index c69647a..cfd573b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # go-imgur -[![GoDoc](https://godoc.org/github.com/koffeinsource/go-imgur?status.svg)](https://godoc.org/github.com/koffeinsource/go-imgur) + +![Go](https://github.com/koffeinsource/go-imgur/workflows/Go/badge.svg) +[![GoDoc](https://godoc.org/github.com/koffeinsource/go-imgur?status.svg)](https://pkg.go.dev/github.com/koffeinsource/go-imgur?tab=doc) [![Go Report Card](https://goreportcard.com/badge/github.com/koffeinsource/go-imgur)](https://goreportcard.com/report/github.com/koffeinsource/go-imgur) [![Coverage Status]( https://coveralls.io/repos/github/koffeinsource/go-imgur/badge.svg?branch=master)](https://coveralls.io/github/koffeinsource/go-imgur?branch=master) Go library to use the imgur.com API. At the moment only the anonymous part of the API is supported, but that is used in a production environment. -### Example +## Example To see some simple example code please take a look at the command line client found in `imgurcmd/main.go`.