From f0f1ed51e027e31dbc3d0f50d2037a4ce9e88acb Mon Sep 17 00:00:00 2001 From: winst Date: Fri, 14 Jan 2022 12:08:10 -0500 Subject: [PATCH] Update examples.js Grammar --- apps/remix-ide/src/app/editor/examples.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/src/app/editor/examples.js b/apps/remix-ide/src/app/editor/examples.js index 5b63d1a496..4f60ffa646 100644 --- a/apps/remix-ide/src/app/editor/examples.js +++ b/apps/remix-ide/src/app/editor/examples.js @@ -313,7 +313,7 @@ const deployWithEthers = `// Right click on the script name and hit "Run" to exe const readme = `REMIX EXAMPLE PROJECT -Remix example project is present when Remix loads very first time or there are no files existing in the File Explorer. +Remix example project is present when Remix loads for the very first time or there are no files existing in the File Explorer. It contains 3 directories: 1. 'contracts': Holds three contracts with different complexity level, denoted with number prefix in file name.