diff --git a/libs/remix-ws-templates/src/templates/remixDefault/README.txt b/libs/remix-ws-templates/src/templates/remixDefault/README.txt index b9eaf4a25b..e27de83769 100644 --- a/libs/remix-ws-templates/src/templates/remixDefault/README.txt +++ b/libs/remix-ws-templates/src/templates/remixDefault/README.txt @@ -7,7 +7,7 @@ iii. There are no files existing in the File Explorer This workspace contains 3 directories: -1. 'contracts': Holds three contracts with different complexity level, denoted with number prefix in file name. +1. 'contracts': Holds three contracts with increasing levels of complexity. 2. 'scripts': Contains four typescript files to deploy a contract. It is explained below. 3. 'tests': Contains one Solidity test file for 'Ballot' contract & one JS test file for 'Storage' contract. @@ -25,4 +25,4 @@ Output from script will appear in remix terminal. Please note, require/import is supported in a limited manner for Remix supported modules. For now, modules supported by Remix are ethers, web3, swarmgw, chai, multihashes, remix and hardhat only for hardhat.ethers object/plugin. -For unsupported modules, an error like this will be thrown: ' module require is not supported by Remix IDE' will be shown. \ No newline at end of file +For unsupported modules, an error like this will be thrown: ' module require is not supported by Remix IDE' will be shown.