From 2c997769b341d78c152018b7f24d35d7ab98727e Mon Sep 17 00:00:00 2001
From: Gav Wood <gavin@parity.io>
Date: Wed, 16 May 2018 17:09:41 +0200
Subject: [PATCH] Update README.md

---
 substrate/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/substrate/README.md b/substrate/README.md
index 16b75dabf6c..1678dcc5a46 100644
--- a/substrate/README.md
+++ b/substrate/README.md
@@ -15,11 +15,11 @@ sudo apt install make clang
 Then, install Polkadot PoC-1:
 
 ```
-cargo install --git https://github.com/paritytech/polkadot.git --branch v0.1.0
+cargo install --git https://github.com/paritytech/polkadot.git --branch v0.1
 ```
 
 You'll now have a `polkadot` binary installed to your `PATH`. You can drop the
-`--branch v0.1.0` to get the very latest version of Polkadot, but these
+`--branch v0.1` to get the very latest version of Polkadot, but these
 instructions might not work in that case.
 
 ### Development
-- 
GitLab