diff --git a/README.md b/README.md index 0de2c78..9eb907e 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ function sell( ) public ``` -[**`pay`**](./contracts/BondingCurve/BondingCurve.sol): Pay the DAO in collateralTokens. Revenue send in this method is distributed between the beneficiary and the bondedToken holders according to the splitOnPay parameter; +[**`pay`**](./contracts/BondingCurve/BondingCurve.sol): Pay the DAO in collateralTokens. Revenue sent using this method is distributed between the beneficiary and the bondedToken holders according to the splitOnPay parameter; ``` function pay( @@ -202,4 +202,4 @@ We envision the following features may be useful to DAOs implementing bonding cu ### Technical Features -- **Modularity** - We envision an "OpenZeppelin for bonding curves" - an open source repo to compose your own bonding curve from a suite of well-established components. \ No newline at end of file +- **Modularity** - We envision an "OpenZeppelin for bonding curves" - an open source repo to compose your own bonding curve from a suite of well-established components.