Update example code in README.

api/rm-interface
Icedream 2016-06-26 12:58:50 +02:00
parent e6526da3e0
commit 850e9e7bbf
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import (
func main() {
// Create client
client := footballdata.NewClient(http.DefaultClient)
client := new(footballdata.Client)
// Tell it to use our API token
client.SetToken("<insert your api token here>")