From 8cba19f3569ee7388bf0f4c76ecc2acf79cc7ded Mon Sep 17 00:00:00 2001 From: Iaroslav Mazur Date: Tue, 16 Apr 2024 14:06:49 +0300 Subject: [PATCH 1/2] docs: fix grammar error in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f14a2283..960078c23 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ yarn forge:verify scripts/deploy/deploy-fiat-token.s.sol --rpc-url Date: Tue, 16 Apr 2024 14:21:31 +0300 Subject: [PATCH 2/2] docs: more grammar fixes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 960078c23..0d4337173 100644 --- a/README.md +++ b/README.md @@ -205,14 +205,14 @@ controlled by the `blacklister` address. Tokens can be minted or burned on demand. The contract supports having multiple minters simultaneously. There is a `masterMinter` address which controls the list of minters and how much each is allowed to mint. The mint allowance is -similar to the ERC20 allowance - as each minter mints new tokens their allowance -decreases. When it gets too low they will need the allowance increased again by +similar to the ERC20 allowance - as each minter mints new tokens, their allowance +decreases. When it gets too low, they will need the allowance increased again by the `masterMinter`. ### Ownable -The contract has an Owner, who can change the `owner`, `pauser`, `blacklister`, -or `masterMinter` addresses. The `owner` can not change the `proxyOwner` +The contract has an Owner who can change the `owner`, `pauser`, `blacklister` +and `masterMinter` addresses. The `owner` can not change the `proxyOwner` address. ## Additional Documentations