From a7a5b5633b92c25f0083b91f6581004a5105ac94 Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Fri, 17 Aug 2018 15:38:14 -0700 Subject: [PATCH] typo fix --- polkadot/README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/polkadot/README.adoc b/polkadot/README.adoc index 9751aaf526..facba04e54 100644 --- a/polkadot/README.adoc +++ b/polkadot/README.adoc @@ -15,7 +15,7 @@ be what used to be Polkadot, along with its branches and releases. Things will be a little odd for a while. Polkadot PoC-2 remains as a branch `v0.2` in the **Substrate** repo. Polkadot PoC-3 *will be* in branch `v0.3` in the **Polkadot** repo. To play on the ("Krumme Lancke") testnet, you'll want the PoC-2 code which is in the **Substrate** repo. These instructions are up to date -with this, but if you see "substrate" and are wondering why i you need it for Polkadot, now you know. +with this, but if you see "substrate" and are wondering why you need it for Polkadot, now you know. == To play @@ -127,7 +127,7 @@ The easiest/faster option is to use the latest image. .First run -Let´s first check the version we have. The first time you run this command, the polkadot docker image will be downloaded. This takes a bit of time and bandwidth, be patient: +Let's first check the version we have. The first time you run this command, the polkadot docker image will be downloaded. This takes a bit of time and bandwidth, be patient: [source, shell] docker run --rm -it chevdor/polkadot:latest polkadot --version