diff --git a/README.md b/README.md index 80cef9d..38ae483 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Magic Spend +# MagicSpend -Magic Spend is a contract that allows onchain accounts to present valid Withdraw Requests and receive funds. A Withdraw Request is defined as +MagicSpend is a contract that allows onchain accounts to present valid Withdraw Requests and receive funds. A Withdraw Request is defined as ```solidity struct WithdrawRequest { @@ -15,7 +15,7 @@ struct WithdrawRequest { Where signature is an [EIP-191](https://eips.ethereum.org/EIPS/eip-191) compliant signature of the message ```solidity abi.encode( - , + , , , withdrawRequest.asset,