diff --git a/README.md b/README.md index 5b6b305..30abbbd 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ const client = new TrustFlowClient({ await client.connect(); +// Fund an escrow after creation +await escrow.fund({ amountStroops: '1000000' }); + // Create an escrow const escrow = await createEscrow(client, { sender: 'GDEPOSITOR...',