From 5d36e7efc3c5ab75c5c3a93ef83ee894ff41bc3b Mon Sep 17 00:00:00 2001 From: Nazzareno Massari Date: Mon, 3 Aug 2020 18:14:19 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32dd6d7..b5f4788 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ AntsReviewRoles inherits AccessControl module by OpenZeppelin, allowing the owne ANTS is the ERC20 token used by the Ants-Review Protocol. It allows the owner of the contract, set as Default Admin, Minter and Pauser to add and remove a Minter via **addMinter()**, **removeMinter()** functions. -The minter is able create new ANTS tokens via **mint()** and the holder to burn them via the **burn()** function. +The minter is able create new ANTS tokens via **mint()** and the holder to burn them via the **burn()** function. During deployment the contract sets the following ERC20 metadata: - name: "Ants-Review" @@ -99,7 +99,7 @@ During deployment the contract sets the following ERC20 metadata: ### [AntsFaucet](./contracts/AntsFaucet.sol) > AntsFaucet ANTS Faucet -AntsFaucet implements an ANTS Faucet to be used on Kovan to test the Ants-Review Protocol. +AntsFaucet implements an ANTS Faucet to be used on Kovan to test the Ants-Review Protocol. Anyone can get 10 ANTS by calling the **withdraw()** function. Setup