Skip to content

Commit

Permalink
fix package name in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KnutZuidema committed Jun 2, 2019
1 parent 7fc2c5d commit d80e31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
)

func main() {
client := api.NewClient(api.RegionEuropeWest, "API KEY",
client := golio.NewClient(golio.RegionEuropeWest, "API KEY",
http.DefaultClient, log.StandardLogger())
summoner, _ := client.GetSummonerByName("SK Jenax")
fmt.Printf("%s is a level %d summoner\n", summoner.Name, summoner.SummonerLevel)
Expand Down

0 comments on commit d80e31c

Please sign in to comment.