README: Replace outdated period with minimumPeriod (#3042)

Block period was renamed to minimum period. This commit updates the
README accordingly.
This commit is contained in:
Max Inden
2019-07-05 19:20:11 +02:00
committed by Gavin Wood
parent 489a5ce9d7
commit 6d995d24ba
+1 -1
View File
@@ -138,7 +138,7 @@ Now, edit `~/chainspec.json` in your editor. There are a lot of individual field
[source, json]
----
"timestamp": {
"period": 10
"minimumPeriod": 10
},
----