Fix usage error in README (#1291)

* Fix usage error in README

* Flow the advice
This commit is contained in:
Mohanson
2018-12-20 20:14:19 +08:00
committed by Gav Wood
parent 9c8e3ffb52
commit 2742975169
+1 -1
View File
@@ -151,7 +151,7 @@ Now with this new chainspec file, you can build a "raw" chain definition for you
[source, shell]
----
substrate build-spec --chain ~/chainspec.json --raw > ~/mychain.json
substrate --chain ~/chainspec.json build-spec --raw > ~/mychain.json
----
This can be fed into Substrate: