Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program authored Oct 15, 2023
1 parent e3af4e5 commit aadb9f6
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 @@ -79,7 +79,7 @@ if quota, err := instance.GetQuota(); err == nil {
}

// buy quota
if quota, err := instance.BuyQuota(100); err == nil {
if err := instance.BuyQuota(100); err == nil {
fmt.Println("bought successfully")
}
```
Expand Down

0 comments on commit aadb9f6

Please sign in to comment.