From 2da2df0abf4c63d8de50446ba5186ee5bbc62791 Mon Sep 17 00:00:00 2001 From: Jonny Dubowsky Date: Thu, 7 Nov 2019 07:19:16 -0800 Subject: [PATCH] Grammar correction This change corrects the grammar in line 141. It's a pleasure to read this awesome project documentation! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.