Skip to content

Commit aadb9f6

Browse files
authored
fix docs
1 parent e3af4e5 commit aadb9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if quota, err := instance.GetQuota(); err == nil {
7979
}
8080

8181
// buy quota
82-
if quota, err := instance.BuyQuota(100); err == nil {
82+
if err := instance.BuyQuota(100); err == nil {
8383
fmt.Println("bought successfully")
8484
}
8585
```

0 commit comments

Comments
 (0)