From 1884b890ad7402e1acab018b035c4ba4acd0eb38 Mon Sep 17 00:00:00 2001 From: lucas-manuel Date: Tue, 23 Jul 2024 12:58:55 -0400 Subject: [PATCH] fix: update name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e04653..4162778 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ The deployment script [TODO] in this repo contains logic for the deployer to per - **`previewDeposit`**: Estimates the number of shares minted for a given deposit amount. - **`previewWithdraw`**: Estimates the number of shares burned and the amount of assets withdrawn for a specified amount. - **`previewSwapExactIn`**: Estimates the amount of `assetOut` received for a given amount of `assetIn` in a swap. -- **`previewSwapExactIn`**: Estimates the amount of `assetIn` required to receive a given amount of `assetOut` in a swap. +- **`previewSwapExactOut`**: Estimates the amount of `assetIn` required to receive a given amount of `assetOut` in a swap. #### Conversion Functions