typo run.md

have added a colon and have removed the repetition
This commit is contained in:
Maximilian Hubert 2025-02-01 15:02:29 +01:00 committed by GitHub
parent 40d435597a
commit 4ec30d2939
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
### Setup Environment ### Setup Environment
Install dependencies Node.js, yarn, hardhat. Install dependencies: Node.js, yarn, hardhat.
- Linux - Linux
@ -56,7 +56,6 @@ networks: {
### Compile ### Compile
```shell ```shell
yarn
yarn compile yarn compile
``` ```