Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Oren committed May 12, 2023
1 parent 90d1fa7 commit 8045c23
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 @@ -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)
// ...
}
```
Expand Down

0 comments on commit 8045c23

Please sign in to comment.