diff --git a/substrate/README.md b/substrate/README.md index 1678dcc5a4..014a9b4cf6 100644 --- a/substrate/README.md +++ b/substrate/README.md @@ -5,7 +5,7 @@ Implementation of a https://polkadot.io node in Rust. ## To play If you'd like to play with Polkadot, you'll need to install a client like this -one. First, get Rust and the support software if you don't already have it: +one. First, get Rust (1.26.1 stable) and the support software if you don't already have it: ``` curl https://sh.rustup.rs -sSf | sh