From f45a8de8ae9ab351edcfb56d985025fcd4dba46f Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sat, 1 Oct 2022 08:16:32 +0200 Subject: [PATCH] Fix: minor typo (#6088) Fix: minor typo --- polkadot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/README.md b/polkadot/README.md index 7679ebec59..55b66f6ea6 100644 --- a/polkadot/README.md +++ b/polkadot/README.md @@ -70,7 +70,7 @@ dnf install polkadot Make sure you have the support software installed from the **Build from Source** section below this section. -If you want to install Polkadot in your PATH, you can do so with with: +If you want to install Polkadot in your PATH, you can do so with: ```bash cargo install --git https://github.com/paritytech/polkadot --tag polkadot --locked