diff --git a/README.md b/README.md index 582d689..89c0b1d 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ After the service account has been created, you can authenticate to the client u func main() { ctx := context.Background() - c := stackit.MustNewClientWithTokenAuth(ctx) + c := stackit.MustNewClientWithKeyAuth(ctx) // ... } ```