Skip to content

Commit 4f031d4

Browse files
committed
fix: typos in architecture.md
1 parent 8d515ca commit 4f031d4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/architecture.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# EulerSwap architecture
22

3-
# EulerSwap Architecture
4-
53
## Overview
64

75
EulerSwap is an automated market maker (AMM) that integrates with Euler lending vaults to provide deeper liquidity for swaps.
@@ -12,7 +10,7 @@ Each EulerSwap instance is a lightweight smart contract that functions as an [EV
1210

1311
When a user initiates a swap, the swap account borrows the required output token using the input token as collateral. The swap account’s AMM curve governs the exchange rate, ensuring deep liquidity over short timeframes while maintaining a balance between collateral and debt over the long term.
1412

15-
## Code Structure
13+
## Code structure
1614

1715
EulerSwap’s code is split into two main smart contracts:
1816

0 commit comments

Comments
 (0)