From c5ccfe7eca24e3a503d5af16962d9c0e068fb8b2 Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Mon, 6 Jun 2022 03:27:51 +0200 Subject: [PATCH] =?UTF-8?q?doc(README):=C2=A0typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cd6887e3..017486377 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ RUST_LOG=debug RUST_BACKTRACE=1 ./target/debug/duniter -lruntime=debug --dev If you want to see the multi-node consensus algorithm in action, refer to [our Start a Private Network tutorial](https://substrate.dev/docs/en/tutorials/start-a-private-network/). -### Purge previous lacal testnet +### Purge previous local testnet ``` ./target/debug/duniter purge-chain --base-path /tmp/alice --chain local -- GitLab