diff --git a/README.md b/README.md index 1eab8e3..4b33891 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The Ethereum Mainnet address of this factory is [0x3A7bB36Ee3f3eE32A60e9f2b33c1e To create a new `MorphoChainlinkOracleV2` oracle using the factory, call the `createMorphoChainlinkOracleV2` function with the following parameters: - `baseVault`: The ERC4626 token vault for the base asset. -- `baseVaultConversionSample`: A sample size for converting base vault units. +- `baseVaultConversionSample`: A sample amount for converting base vault units. - `baseFeed1`, `baseFeed2`: Chainlink-interface-compliant data feeds for the base asset. - `baseTokenDecimals`: Decimal precision of the base asset. - `quoteVault`: The ERC4626 token vault for the quote asset.