From b7de4be6122e44b623490dd0ada3cc110d263f59 Mon Sep 17 00:00:00 2001 From: agryaznov Date: Thu, 9 Aug 2018 12:55:16 +0300 Subject: [PATCH] README: fixed typo in docker run command (#518) --- substrate/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/README.adoc b/substrate/README.adoc index c0448fd43e..fca6168aa5 100644 --- a/substrate/README.adoc +++ b/substrate/README.adoc @@ -120,7 +120,7 @@ The easiest/faster option is to use the latest image. 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 pokadot --version +docker run --rm -it chevdor/polkadot:latest polkadot --version .Polkadot arguments