diff --git a/apps/remix-ide/src/app/tabs/ganache-provider.tsx b/apps/remix-ide/src/app/tabs/ganache-provider.tsx index 13597a6437..597f2b4015 100644 --- a/apps/remix-ide/src/app/tabs/ganache-provider.tsx +++ b/apps/remix-ide/src/app/tabs/ganache-provider.tsx @@ -23,8 +23,8 @@ export class GanacheProvider extends AbstractProvider { body (): JSX.Element { return (
Note: To run Ganache on your system, run: -
yarn global add ganache
-
ganache
+
yarn global add ganache
+
ganache
For more info, visit: Ganache Documentation
diff --git a/apps/remix-ide/src/app/tabs/hardhat-provider.tsx b/apps/remix-ide/src/app/tabs/hardhat-provider.tsx index 4dec7a7f0b..bc4c20e768 100644 --- a/apps/remix-ide/src/app/tabs/hardhat-provider.tsx +++ b/apps/remix-ide/src/app/tabs/hardhat-provider.tsx @@ -23,7 +23,7 @@ export class HardhatProvider extends AbstractProvider { body (): JSX.Element { return (
Note: To run Hardhat network node on your system, go to hardhat project folder and run command: -
npx hardhat node
+
npx hardhat node
For more info, visit: Hardhat Documentation