From 09ea2e66f7e32bfb6170075808854dc021a43ccf Mon Sep 17 00:00:00 2001 From: DanDappa <93945794+DappaDanDev@users.noreply.github.com> Date: Thu, 13 Jul 2023 13:21:52 +0200 Subject: [PATCH] Update README.md Call Contract with token express was missing. Can be confused with the normal call contract with token --- examples/evm/call-contract-with-token-express/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/evm/call-contract-with-token-express/README.md b/examples/evm/call-contract-with-token-express/README.md index 1de64fed..ba638baa 100644 --- a/examples/evm/call-contract-with-token-express/README.md +++ b/examples/evm/call-contract-with-token-express/README.md @@ -1,4 +1,4 @@ -# Call contract with token +# Call contract with token express This example allows you to send aUSDC from a source chain to a destination chain and distribute it equally among specified accounts.