diff --git a/README.md b/README.md index 35635e8..0749d3d 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ func main() { panic(err) } - ctx := context.TODO() + ctx := context.TODO() err = client.Login(ctx) if err != nil {