From 336842604f9ac0c3ec93a534d3e1f2c311403a5c Mon Sep 17 00:00:00 2001 From: maxzonder Date: Sat, 3 Aug 2024 09:31:58 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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```