From 5d409a556c89ebb4e7bd2f176f5b3e9001809175 Mon Sep 17 00:00:00 2001 From: Aniket <30843294+Aniket-Engg@users.noreply.github.com> Date: Wed, 15 Jun 2022 19:38:24 +0530 Subject: [PATCH] Update README.txt --- libs/remix-ws-templates/src/templates/remixDefault/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.