Skip to content

Commit

Permalink
Edit README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
osamingo committed Feb 15, 2021
1 parent 6d67834 commit 2d30692
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 @@ -37,7 +37,7 @@ func main() {
log.Fatal(err)
}

res, err := cli.Get(context.Background(), "1000001")
res, err := cli.GetAddress(context.Background(), "1000001")
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 2d30692

Please sign in to comment.