Skip to content
Snippets Groups Projects
Commit 5d82cf24 authored by Joshy Orndorff's avatar Joshy Orndorff Committed by Gav Wood
Browse files

Fix minor error in chain-spec generation command in readme (#1644)

* Fix minor error in chainspec generation command in readme

* Fixed up remaining typo
parent a58de5d0
No related merge requests found
......@@ -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):
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment