From 539f83efbfb2ef4e8c9159b21a901dbff6cabccd Mon Sep 17 00:00:00 2001 From: Joshy Orndorff Date: Mon, 3 Feb 2020 03:36:33 -0500 Subject: [PATCH] Minor fix to readme instructions (#51) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39070dae82..48c88c21ca 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ A planned Polkadot collator for the parachain. `code`: `CUMULUS_REPO/target/release/wbuild/cumulus-test-parachain-runtime/cumulus_test_parachain_runtime.compact.wasm` - `initial_head_data`: Use the file you generated in 4. (name: genesis-state) + `initial_head_data`: Use the file you generated in step 3. (name: genesis-state) Now your parachain should be registered and the collator should start building blocks and sending them to the relay chain.