diff --git a/README.md b/README.md index 6c35d1d..97293e8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # REST API 2.0 Discogs.com client -[![Build Status](https://travis-ci.org/irlndts/go-discogs.svg?branch=master)](https://travis-ci.org/irlndts/go-discogs) +[![Build Status](https://travis-ci.org/irlndts/go-discogs.svg?branch=master)](https://travis-ci.org/irlndts/go-discogs)[![Go Report Card](https://goreportcard.com/badge/github.com/irlndts/go-discogs)](https://goreportcard.com/report/github.com/irlndts/go-discogs) go-discogs is a Go client library for the [Discogs API](https://www.discogs.com/developers/). Check the usage section to see how to access the Discogs API. diff --git a/search.go b/search.go index 360f03d..9d83dae 100644 --- a/search.go +++ b/search.go @@ -34,7 +34,7 @@ type SearchRequest struct { Barcode string `url:"barcode,omitempty"` // search barcodes Track string `url:"track,omitempty"` // search track titles Submitter string `url:"submitter,omitempty"` // search submitter username - Contributer string `url:"contributer,omitempty"` // search contributor usernames + Contributor string `url:"contributor,omitempty"` // search contributor usernames Page int `url:"page,omitempty"` PerPage int `url:"per_page,omitempty"`