From d89d9f82277f02359049bbac3300363bc017c787 Mon Sep 17 00:00:00 2001
From: Gav Wood <gavin@parity.io>
Date: Sat, 9 Jun 2018 21:04:36 +0200
Subject: [PATCH] Update README.md

---
 substrate/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/substrate/README.md b/substrate/README.md
index 2eafa97f8fe..1ad871cd3e6 100644
--- a/substrate/README.md
+++ b/substrate/README.md
@@ -20,7 +20,7 @@ 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` or run `cargo install --git https://github.com/paritytech/polkadot.git polkadot`
-to get the very latest version of Polkadot, but these instructions might not work in that case.
+to get the very latest version of Polkadot, but these instructions will not work in that case.
 
 ### Development
 
-- 
GitLab