From 645500d6e241c499c618ea98ebcc2374707a007d Mon Sep 17 00:00:00 2001 From: Wilson Cusack Date: Tue, 22 Oct 2024 10:04:29 -0400 Subject: [PATCH] update name formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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,