From d8f2ff248122830da681bc4931997a464151a6bc Mon Sep 17 00:00:00 2001 From: JaredBorders Date: Thu, 4 Jan 2024 22:21:33 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Update=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3cd3c28..1b62981 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,11 @@ src/ ├── Zap.sol ├── ZapErrors.sol ├── ZapEvents.sol -└── interfaces - ├── IERC20.sol - └── ISpotMarketProxy.sol +├── interfaces +│ ├── IERC20.sol +│ └── ISpotMarketProxy.sol +└── libraries + └── MathLib.sol ``` ## Tests