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 ===