From 7b2e403dcb2f6518c0e07d2c3a2e165902fcf5f4 Mon Sep 17 00:00:00 2001
From: Luke Schoen <ltfschoen@users.noreply.github.com>
Date: Wed, 9 Jan 2019 08:56:49 +1100
Subject: [PATCH] docs: Fix typo in README (#69)

Typo as identified here https://github.com/paritytech/polkadot/pull/64#discussion_r245995562
---
 polkadot/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/polkadot/README.adoc b/polkadot/README.adoc
index 2b47d5ddfd1..3a5ee02f7b2 100644
--- a/polkadot/README.adoc
+++ b/polkadot/README.adoc
@@ -40,7 +40,7 @@ sudo apt install make clang pkg-config libssl-dev
 Install Polkadot PoC-3 and have a `polkadot` binary installed to your `PATH` with:
 
 [source, shell]
-cargo install --git https://github.com/paritytech/polkdot.git --branch v0.3 polkadot
+cargo install --git https://github.com/paritytech/polkadot.git --branch v0.3 polkadot
 
 Connect to the global "Alexander" testnet by default by running:
 
-- 
GitLab