diff --git a/README.md b/README.md index 4c0b6b7..31d37ef 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ cd && git clone https://github.com/Northa/consensus.git && cd consensus python3 consensus.py ``` Autorefresh not yet implemented as a workaround you can use bash trick: -```while true; do; sleep 3 && python3 ./consensus.py;done``` +```while true; do sleep 3 && python3 ./consensus.py;done```