diff --git a/README.md b/README.md index e08810f..8964385 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ func main() { gateapi.GateAPIV4{ Key: "YOUR_API_KEY", Secret: "YOUR_API_SECRET", - } + }, ) result, _, err := client.AccountApi.GetAccountDetail(ctx)