From cd4bb02ae2b3e593bfdfb05d13245b9a877b3aa3 Mon Sep 17 00:00:00 2001 From: Oliver Eggert Date: Fri, 3 Apr 2026 12:44:28 -0700 Subject: [PATCH] update js and py readmes to explain what script does --- _code-samples/escrow/js/README.md | 2 +- _code-samples/escrow/py/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_code-samples/escrow/js/README.md b/_code-samples/escrow/js/README.md index 5fa1de5399..ce7e103fae 100644 --- a/_code-samples/escrow/js/README.md +++ b/_code-samples/escrow/js/README.md @@ -26,7 +26,7 @@ node send-conditional-escrow.js node sendFungibleTokenEscrow.js ``` -Sample output: +The script issues an MPT and Trust Line Token, setting up both to be escrowable. It then creates and finishes a conditional escrow with the MPT and a timed escrow with the Trust Line Token. ```sh === Funding Accounts === diff --git a/_code-samples/escrow/py/README.md b/_code-samples/escrow/py/README.md index 7bdc707188..55532698cd 100644 --- a/_code-samples/escrow/py/README.md +++ b/_code-samples/escrow/py/README.md @@ -28,7 +28,7 @@ python send_conditional_escrow.py python send_fungible_token_escrow.py ``` -Sample output: +The script issues an MPT and Trust Line Token, setting up both to be escrowable. It then creates and finishes a conditional escrow with the MPT and a timed escrow with the Trust Line Token. ```sh === Funding Accounts ===