From 5d82cf243e9ea2ed464a7e151a361a72ab5b1836 Mon Sep 17 00:00:00 2001 From: Joshy Orndorff Date: Thu, 31 Jan 2019 16:36:55 -0500 Subject: [PATCH] Fix minor error in chain-spec generation command in readme (#1644) * Fix minor error in chainspec generation command in readme * Fixed up remaining typo --- substrate/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/README.adoc b/substrate/README.adoc index f95a8fb23a..e7c2fca221 100644 --- a/substrate/README.adoc +++ b/substrate/README.adoc @@ -132,7 +132,7 @@ First let's get a template chainspec that you can edit. We'll use the "staging" [source, shell] ---- -substrate --chain=staging build-spec > ~/chainspec.json +substrate build-spec --chain=staging > ~/chainspec.json ---- Now, edit `~/chainspec.json` in your editor. There are a lot of individual fields for each module, and one very large one which contains the Webassembly code blob for this chain. The easiest field to edit is the block `period`. Change it to 10 (seconds):