diff --git a/README.md b/README.md index c7ce4f5c..f6741e0c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This repo holds all the genesis contracts on Core blockchain, which are part of ## Prepare -If using WSL2, install ganache globally: +Install ganache globally: ```shell script npm install -g ganache ``` @@ -30,8 +30,6 @@ Install dependency: npm install ``` - - ## Run Tests ```shell