diff --git a/README.md b/README.md index 473415b..6add258 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ For a full list of available resources, visit the [GoCardless API reference](htt ```js const uuidv4 = require('uuid/v4'); -// Create a new payment. +// Create a new payment with an idempotency key const payment = await client.payments.create( { amount: 100,