diff --git a/README.md b/README.md index 015d67bd..19316b6b 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ public class MyService ) ); - var apiResponse = await _client.Payments.CreatePayout( + var apiResponse = await _client.Payouts.CreatePayout( payoutRequest, idempotencyKey: Guid.NewGuid().ToString() );