From 6235c88d3ea5a2a53216c04d63c59e8d7effc64f Mon Sep 17 00:00:00 2001 From: Nazzareno Massari Date: Mon, 3 Aug 2020 18:17:28 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bbbfb02..cf64cc0 100644 --- a/README.md +++ b/README.md @@ -133,11 +133,10 @@ Clone this GitHub repository. $ sudo python3 setup.py install ``` - MythX CLI (optional): - ```sh - $ git clone git://github.com/dmuhs/mythx-cli - $ sudo python setup.py install - ``` + $ git clone git://github.com/dmuhs/mythx-cli + $ sudo python setup.py install + ``` ## Running the project with local test network (ganache-cli) - Start ganache-cli with the following command (global dependency):