Skip to content

Commit

Permalink
📚 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed Jan 5, 2024
1 parent 7581e43 commit d8f2ff2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8f2ff2

Please sign in to comment.